- ZSH
- zplug
- Byobu (Tmux)
- Xfce
- neovim
- python3-neovim
- DejaVuSansMono Nerd Font Mono
Use zplug to install the following plugins
- zsh-syntax-highlighting.zsh
- zsh-autosuggestions.zsh
- you-should-use.plugin.zsh
mkdir -p ~/.local/share/fonts
cd ~/.local/share/fonts && wget https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DejaVuSansMono/Regular/complete/DejaVu%20Sans%20Mono%20Nerd%20Font%20Complete%20Mono.ttf?raw=true -O "DejaVu Sans Mono Nerd Font Complete Mono.ttf"
git clone https://github.com/he-leon/dotfiles $HOME/.dotfiles
cd $HOME/.dotfiles
git submodule update --init --recursive --remote
./install.sh
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
source ~/.zshrc
zplug install
xrdb -merge ~/.Xresources
nvim ~/.config/nvim/lua/heleon/packer.lua
## In nvim:
## :so
## :PackerSync