dotfiles.
Use make to symlink the dotfiles to home directory.
make will match all directory items which begin with a dot . and are at least two characters long except for .git and .gitignore.
make or make link will replace any existing symlinks per file.
If the dotfile already exists as a physical file, make will warn you and make no changes. Remove the physical file and remake to replace with the symlink.
π Linking dotfiles to /home/username...
π Replacing existing symlink: /home/username/.aliases
β
Linked .aliases β /home/username/.aliases
β Skipping (file already exists): /home/username/.gitconfig
π Replacing existing symlink: /home/username/.zshrc
β
Linked .zshrc β /home/username/.zshrc
Use make clean to remove existing symlinks for repository dotfiles.
π§Ή Removing dotfile symlinks from /home/username...
β Removed symlink: /home/username/.aliases
β Skipping (file already exists): /home/username/.gitconfig
β Removed symlink: /home/username/.zshrc