I use GNU Stow to handle my dotfiles.
- macOS:
brew install stow
- Arch Linux:
pacman -S stow
mkdir -p ~/.vim/autoload
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
antidote
for ZSH
- macOS:
brew install antidote
- Arch Linux:
pacman -S zsh-antidote
stow --no-folding -d . -t ~ -vR <config>
Example:
stow --no-folding -d . -t ~ -vR zsh
stow --no-folding -d . -t ~ -vD <config>
stow --no-folding -d . -t ~ -vD *
⚠️ Do not usebootstrap.sh
, as it may break your current configuration.
sudo rsync -rvzh i3-hibernate/ /