- Theme: Arc dark
- Icons: flat-remix-dark
- Lightdm GTK+ Greeter (login interface customization)
- Login icons: Moka
- Login theme: Arc dark
- Window manager theme: Arc dark
- Theme: standard (robbyrussell)
- git
- vi-mode
- tmux (
ZSH_TMUX_AUTOSTART=true,ZSH_TMUX_AUTOSTART_ONCE=false)
- Install init.nvim(vim-bootstrap.com) (same as .vimrc) and put it into
~/.config/nvim/init.nvim
- tldr (for manuals)
- min browser (minimalistic browser for dividing tabs)
- mailspring (email client)
- Go to
~/.oh-my-zsh/customand create a filealiases.zshalias vim="nvim" alias vi="nvim"
- python problems: install
python-devbeforepython-pipandpython3-pip - python for neovim: install the python package via
python3 -m pip install neovimand thensudo apt install neovim