- i3: my old i3configs
- main: using dwm
- zsh with powerlevel10k and vi mode
- nvim with Vundle
- suckless dwm
- some bash config and vi mode
- dwm-bar
- kitty or alacritty
- zsh
- neovim:
- node (for coc plugin)
- yarn (for coc plugin)
- i3
- i3status
- fzf
- exa
- ranger
- ueberzug for ranger image preview
- Optional: xcompmgr (for transparency terminal)
- Optional: feh (for set wallpaper, default wallpaper location: "~/.wallpaper.png")
- playerctl
- zsh-syntax-highlighting
- zsh-autosuggestions
- some fonts:
- ttf-caladea
- ttf-carlito
- ttf-dejavu
- ttf-droid
- ttf-font-awesome
- ttf-liberation
- libertinus-font
- ttf-opensans
- ttf-ubuntu-font-family
- noto-fonts
- noto-fonts-emoji
- ttf-inconsolata
- ttf-nerd-fonts-symbols
- powerline-fonts
- terminus-font
- Clone to your home directory
- make dwm with
cd .local/src/dwm && make && make install
- Run
pip install pynvim
- Get submodules with:
- git submodule init
- git submodule update
- to install nvim plugins, open nvim and run
:PluginInstall
- dmenu
- xsel
- System-wide ctrl:nocaps:
- create:
/etc/X11/xorg.conf.d/00-keyboard.conf
with contents:
- create:
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us,br"
Option "XkbOptions" "ctrl:nocaps,grp:alt_shift_toggle"
EndSection