This is my personal collection dotfiles for configuring a development environment based on Arch Linux. 💻
Make sure the following requirements are installed:
Install them with
$ sudo pacman -S git stow
Warning: If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don't want or you don't need. Use at your own risk!
Two things before proceeding:
- Before installing anything, you must install the
stow
package: check its README! - Before installing a package, remember to check
README
to get more information!
First of all, clone this repository
$ git clone https://github.com/yverek/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
Now, you can install every package you want using just stow
$ stow fish
To remove dotfiles
$ stow -D fish
$ git pull origin master
Many thanks to the entire dotfiles community. ❤️