These dotfiles are compiled to be used with stow. A Linux symlink manager that I have grown to love and makes it easier to create links for the provided config.
Setup Instructions
- clone folder into .dotfiles folder in $HOME folder
- Run 'cd .dotfiles' cmd
- Run ./install_stow
My .stowrc file has the following config
#--no-folding
#-vv
-v
--dir=~/.dotfiles/config
--target=~
install
stow <config-name> [--adopt]use "--adopt" to override existing file
uninstall
stow -D <config-name>install all: run install_stow or copy to path and install directly
./install_stowYou can use tldr to display commands on how to use stow. Much easier that reading the larger man page
tldr stow- License The files and scripts in this repository are licensed under the MIT License, which is a very permissive license allowing you to use, modify, copy, distribute, sell, give away, etc. the software. In other words, do what you want with it. The only requirement with the MIT License is that the license and copyright notice must be provided with the software.