dotfiles/README.md

9 lines
149 B
Markdown
Raw Normal View History

2020-04-27 06:47:36 +00:00
# Installation
```
pacman -S git fish
chsh -s (which fish)
git clone https://github.com/klesh/dotfiles.git ~/dotfiles
cd ~/dotfiles
./setup.fish
```