- sxhkd
- bspwm
- kitty
- Curl (
apt-get install curl
,pacman -S curl
, etc.) - Git (
apt-get install git
,pacman -S git
, etc.) - zsh
- oh-my-zsh
- diff-so-fancy
- tmux (
apt-get install tmux
,pacman -S tmux
, etc.) - neovim and Vim may you wish
- neofetch (
apt-get install neofetch
,pacman -S neofetch
, etc.) - stylize neofetch with cowsay and fortune (
apt-get install cowsay fortune
,pacman -S cowsay fortune
, etc.) - Fira Code
- qdbus, jq (
apt-get install qdbus jq
,pacman -S qdbus jq
, etc.) - vim-jedi (
apt-get install vim-python-jedi
,pacman -S vim-jedi
, etc.)
- Simple Screen Recorder (
apt-get install simplescreenrecorder
,pacman -S simplescreenrecorder
, etc.) - peek
- screenkey
- flameshot
- telegram-send (
sudo pip3 install telegram-send
)
Great site to get unicode characters!! &what;
# Create symbolic link between neovim's config directory and file and vim's
$ ln -s ~/.vim ~/.config/nvim
$ ln -s ~/.vimrc ~/.config/nvim/init.vim