- 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/custom
and create a filealiases.zsh
alias vim="nvim" alias vi="nvim"
- python problems: install
python-dev
beforepython-pip
andpython3-pip
- python for neovim: install the python package via
python3 -m pip install neovim
and thensudo apt install neovim