My dotfiles, mainly used on Arch Linux.
- Backup your current dotfiles to
~/.bak - Creates dotfiles as symlinks to this repository
- Automatic install of Vundle & Vim plugins
- Automatic install of VScode extensions
Install the required packages, for Arch Linux:
pacman -Sy git \
make \
rxvt-unicode \
tmux \
vimSeveral installation options:
git clone https://github.com/dotdc/dotfiles.git
cd dotfiles
make dotfiles