Add installation guide

This commit is contained in:
Wiktor Zykubek 2019-10-01 16:20:01 +02:00
parent 3a70988034
commit 0256742a62
3 changed files with 24 additions and 0 deletions

1
.oh-my-zsh Submodule

@ -0,0 +1 @@
Subproject commit f9e7c45a484723f693a77ab6128a1cc163f3704a

21
INSTALLATION.md Normal file
View File

@ -0,0 +1,21 @@
## Installation
Install dependencies:
```bash
yay -S polybar termite ttf-dejavu-ib wget
```
Install oh-my-zsh:
```bash
sh -c "$(wget -O- https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
```
Copy configs:
```bash
cp .zshrc ~
cp -r .oh-my-zsh ~
cp -r .config ~
```
# Edit i3 config
To use i3 'u' should edit the config file to customize your keybinds, programs and other things. If 'u' want to use my config 'u' can do this.

View File

@ -7,9 +7,11 @@
``` ```
## My setup ## My setup
* distro: arch linux
* browser: qutebrowser * browser: qutebrowser
* terminal: termite * terminal: termite
* file manager: ragner * file manager: ragner
* app menu: dmenu
* text editor: neovim * text editor: neovim
* window manager: i3 * window manager: i3
* status bar: polybar * status bar: polybar