dotfiles_public
mkdir -p ~/github
cd ~/github
git clone https://github.com/neovim/neovim
cd neovim
git checkout tags/v0.4.4
sudo apt-get install ninja-build gettext libtool libtool-bin autoconf automake cmake g++ pkg-config unzip
make CMAKE_BUILD_TYPE=Release
sudo make install
sudo apt install stow curl
(yes, really, I am, sorry)
sudo apt-get install nodejs npm
cd ~/github
git clone --depth 1 https://github.com/ryanoasis/nerd-fonts
cd nerd-fonts
./install.sh DroidSansMono
Please note that you have to clone the repository in your $HOME
at the moment!
sudo apt install silversearcher-ag
git clone https://github.com/realAP/dotfiles_public
cd dotfiles_public
stow vim
stow nvim
This will install all further dependencies on the first execution
nvim
- TODO
- explain all the changes being made (for example fuzzyfinder entry in .bashrc)