chmduquesne / dotfiles

config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

config


Languages

Language:Shell 52.4%Language:Vim Script 20.6%Language:TeX 20.0%Language:Python 6.3%Language:Makefile 0.7%