Install stow:
sudo apt-get install stow
Clone this repository:
cd $HOME
git clone --recursive https://github.com/merwan/dotfiles.git
Enter dotfiles
directory and use stow to install selected configuration files:
cd dotfiles
stow vim
- bash
- gem
- asdf
- git
- tmux
- vim
- X
- zsh
- Install fzf with
~/.fzf/install
- Install Ag:
sudo apt-get install silversearcher-ag
- Install autojump:
sudo apt-get install autojump
- Install fzf with
git submodule add -b master url_to_git_repo /path/target
git submodule update --init --remote --recursive