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 \
vim
Several installation options:
Command | Description |
---|---|
make dotfiles |
Backup current dotfiles in ~/.bak & install theses |
make vim |
Configure Vim and install Vundle & Vim plugins |
make vscode |
Configure VScode & install extensions |
make all |
Make all the above |
git clone https://github.com/dotdc/dotfiles.git
cd dotfiles
make dotfiles