/dotfiles

config

Primary LanguageShell

chmd's dotfiles

Deployment

Files of this repository are installed with make.

make

or

make install

will create a symbolic link ~/.file -> /absolute/path/to/file for every file at the root of this repository.

make clean

or

make uninstall

will remove all occurrences of ~/.file where file exists in this repository.

Gotchas

  • If you move this repository after installing the files, you will break the symbolic links, so you will need to clean and reinstall.
  • Uninstallation is unconditional to whether the file is a symbolic link or not.

Conclusion

Have fun reading this!