Simple dotfiles that includes mainly vim, bash and tmux stuff.
sh -c "`curl -fsSL https://raw.github.com/andreazevedo/dotfiles/master/install.sh`"If using neovim via ssh, you have to install NerdFonts to see the cool icons in the neo-tree:
mkdir -p ~/.local/share/fonts
cd ~/.local/share/fonts
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.1/JetBrainsMono.zip
unzip JetBrainsMono.zip
fc-cache -fvRead on and find out!
Nice and sane configuration is provided with tmux.conf, including:
- Powerful status bar (see screenshot).
- Screen like binding (
Ctrl-ainstead ofCtrl-bas the prefix). - vim keybindings.
Sane defaults and some nice and pretty alias:
hg l: similar tohg log, but with nice format and colors.hg gl: similar tohg glog, but also with nice format and colors.
