2019-10-02 19:01:32 +02:00
|
|
|
# Installation
|
2019-10-01 16:20:01 +02:00
|
|
|
|
|
|
|
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)"
|
|
|
|
```
|
|
|
|
|
2019-10-01 16:34:17 +02:00
|
|
|
Install zsh-syntax-highlighting plugin to oh-my-zsh:
|
|
|
|
```bash
|
|
|
|
cd ~/oh-my-zsh/plugins
|
|
|
|
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
|
|
|
|
```
|
|
|
|
|
2019-10-01 16:20:01 +02:00
|
|
|
Copy configs:
|
|
|
|
```bash
|
|
|
|
cp .zshrc ~
|
|
|
|
cp -r .config ~
|
|
|
|
```
|
|
|
|
|
2019-10-02 19:01:32 +02:00
|
|
|
## Edit i3 config
|
2019-10-01 16:20:01 +02:00
|
|
|
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.
|