dotfiles/copy_files.sh
2024-11-10 12:24:04 +01:00

5 lines
63 B
Bash
Executable File

#/bin/bash!
rm -rf ./vim
cp -rf ~/.vim/ vim/
cp ~/.vimrc vimrc