My dotfiles, mainly used on Fedora 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 Fedora Linux:
dnf install -y git make cmake g++ gcc 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/AliMehraji/dotfiles.git
cd dotfiles
make dotfiles