dotfiles/sync_dotfiles_from_repo
2024-04-10 11:37:33 +02:00

7 lines
288 B
Bash
Executable file

#!/bin/bash
rsync -av bashrc ~/.bashrc
rsync -av bash_profile ~/.bash_profile
rsync -av alacritty.toml ~/.alacritty.toml
rsync -av custom-capslock.json ~/.config/karabiner/assets/complex_modifications/custom-capslock.json
rsync -av karabiner.json ~/.config/karabiner/karabiner.json