My configurations for Ubuntu development happiness
- Install NeoVim;
- Copy
nvim/init.vimto~/.config/nvim/init.vim, you might need to create this file; - Copy
nvim/plugins.vimto~/.config/nvim/plugins.vim; - Open Neovim
$ nvimand run :PlugInstall and :UpdateRemotePlugins. You might need to close and re-open Neovim; - Install the vim linter vint with
pip3 install vim-vint; - Install
ripgrepfor Ubuntu with Snap,sudo snap install ripgrep --classic; - Copy custom vim airline theme by Caleb Taylor:
nvim\space.vim\to~\.config\nvim\plugged\vim-airline-themes\autoload\airline\themes\space.vim; - Install Nerd Fonts to make it pretty.
- Install Zshell:
$ sudo apt-get update && sudo apt-get install zsh; - Install OhMyZshell:
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" - Copy configurations from
zshell/.zshrcto~/.zshrc, you might want to make a backup of your old.zshrcwith$ mv ~/.zshrc ~/_zshrc
- Install tmux:
sudo apt-get update && sudo apt-get install tmux - Copy configurations from
tmux/.tmux.confto~/.tmux.conf
All fonts can be obtained from Nerd Fonts