My linux tool box
Contents
This article is simply a dump of applications I’ve used or am using.
There are good videos on youtube (e.g. luke smith, distrotube) and good articles online (e.g. archwiki) so I won’t go into the details and features of each application here.
The order of applications simply shows the tendency of my personal perferences. It does not mean one is better than another. The rightmost ones are the ones I used most recently and vice versa.
The starred* ones are my favorite(s).
Here is my dotfiles.
- Linux Distribution
- Window Manager
- Text Editor
- Shell
- Terminal Emulator
- Email client
- File managers
- pdf viewer
- Minimalism
- Rusty
- Terminal based
- More resources
Linux Distribution
mint -> openSUSE -> ubuntu -> kubuntu -> arch -> gentoo* -> arch*
Window Manager
Text Editor
vim -> neovim -> spacemacs -> spacevim -> neovim* -> doom-emacs*
Neovim/vim plugins
- dein: plugin manager
- tagbar: displays tags in a window
- vim-fugitive: git wrapper
- quick-scope
- auto-pairs
- vim-which-key
- vim-commentary
- vim-multiple-cursors
- vim-startify
- vim-surround
- coc.nvim
- … more checkout my config inside dein block
Other vim related stuff
Shell
more shells: archwiki
Terminal Emulator
konsole -> xfce terminal -> xterm -> urxvt -> st* -> termite -> alacritty*
more terminal emulators: archwiki
Email client
- graphical: thunderbird
- terminal: neomutt*
tried notmuch in emacs, and watched videos about mu4e in emacs but I think I will stick with neomutt for now.
more email clients: archwiki
File managers
navigating in shell is also not bad …
more file managers: archwiki
pdf viewer
okular -> evince -> zathura* | emacs
more document viewers: archwiki
Minimalism
Rusty
written in rust
- exa:
ls
alternative - bat*:
cat
alternative - starship*: shell prompt
- ripgrep:
grep
alternative - fd:
find
alternative - skim:
fzf
alternative - mdbook: create book from markdown files
Terminal based
- tuir: reddit in terminal
- newsboat: rss reader
- ncmpcpp: music player daemon client
- neomutt: email client
More resources
Author Alex Lai
LastMod 2020-04-08 (237b56a)