9 lines
149 B
Markdown
9 lines
149 B
Markdown
# Installation
|
|
```
|
|
pacman -S git fish
|
|
chsh -s (which fish)
|
|
git clone https://github.com/klesh/dotfiles.git ~/dotfiles
|
|
cd ~/dotfiles
|
|
./setup.fish
|
|
```
|