My dotfiles and setup scripts
This repository shouldn't need further introduction thanks to the pretty self-explanatory name.
This repository contains dotfiles of the following softwares:
Just clone the repository and run make install
.
git clone [email protected]:yudai-nkt/dotfiles.git
cd ./dotfiles && make install
Make is employed as deployment tool. The complete list of available targets and their purposes is detailed below.
Target | Description |
---|---|
install |
Execute make update and make symlink sequentially and restart the shell |
list |
Show the list of dotfiles to be deployed |
symlink |
Create symlinks of dotfiles to be deployed |
update |
Sync with the remote repository |