Add installation guide
This commit is contained in:
parent
3a70988034
commit
0256742a62
1
.oh-my-zsh
Submodule
1
.oh-my-zsh
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit f9e7c45a484723f693a77ab6128a1cc163f3704a
|
21
INSTALLATION.md
Normal file
21
INSTALLATION.md
Normal 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.
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user