Add more programs to list
This commit is contained in:
parent
8a76dfea17
commit
a4617304a4
44
README.md
44
README.md
|
@ -6,18 +6,25 @@ A neat copy of everything clogging up my home folder whenever I'm looking for so
|
||||||
|
|
||||||
| | |
|
| | |
|
||||||
|-|-|
|
|-|-|
|
||||||
| [emacs][emacs] | vim, just better |
|
| [alacritty][alacritty] | Hacker window for getting into the mainframe |
|
||||||
|
| [alsa][alsa] | Sounds good! |
|
||||||
|
| [cabal][cabal] | Package manager for code I don't understand |
|
||||||
|
| [emacs][emacs] | Vim, just better |
|
||||||
| [GHC][ghc] | Compiler settings for code I don't understand |
|
| [GHC][ghc] | Compiler settings for code I don't understand |
|
||||||
| [htop][htop] | CPU go brrrr |
|
| [htop][htop] | Frozen computer culprit detective |
|
||||||
|
| [i3][i3] | Budget version of xmonad |
|
||||||
|
| [i3status][i3status] | Status updates for the overmentioned |
|
||||||
| [ncmpcpp][ncmpcpp]/[mpd][mpd] | Music player I can't live without |
|
| [ncmpcpp][ncmpcpp]/[mpd][mpd] | Music player I can't live without |
|
||||||
| [newsboat][newsboat] | Good in the morning, with a cup of coffee |
|
| [newsboat][newsboat] | Good in the morning, with a cup of coffee |
|
||||||
| rofi | Ask me anything! |
|
| [nvim][nvim] | Emacs, just better |
|
||||||
|
| [picom][picom] | Screens are best when they don't tear |
|
||||||
|
| [qutebrowser][qutebrowser] | Surf the web without a mouse |
|
||||||
|
| rofi | Who needs desktop shortcuts anyways? |
|
||||||
|
| [sxhkd][sxhkd] | `Ctrl` + `Alt` + `Delete` |
|
||||||
| [tmux][tmux] | Terminals inside terminals inside terminals |
|
| [tmux][tmux] | Terminals inside terminals inside terminals |
|
||||||
| [qutebrowser][qutebrowser] | Surfing the web without a mouse |
|
| [xmonad][xmonad] | Windowpanes, but not actually |
|
||||||
| [nvim][nvim] | emacs, just better |
|
| [zathura][zathura] | PDF reader, no more, no less |
|
||||||
| [xmonad][xmonad] | windows, but not actually |
|
| [zsh][zsh] | Bash, just cooler |
|
||||||
| [zathura][zathura] | PDF is probably the most A4 format I know of |
|
|
||||||
| [zsh][zsh] | Because none of the cool kids use bash anymore |
|
|
||||||
|
|
||||||
## Other stuff I've used before, but want to keep the configuration for.
|
## Other stuff I've used before, but want to keep the configuration for.
|
||||||
|
|
||||||
|
@ -25,9 +32,11 @@ A neat copy of everything clogging up my home folder whenever I'm looking for so
|
||||||
|
|
||||||
I quite like this terminal. It's always my goto if something is not working properly in alacritty. I sometimes spin it up if I really need blinking text for some reason.
|
I quite like this terminal. It's always my goto if something is not working properly in alacritty. I sometimes spin it up if I really need blinking text for some reason.
|
||||||
|
|
||||||
|
However, it's deprecated ¯\_(ツ)_/¯
|
||||||
|
|
||||||
### [Kitty][kitty]
|
### [Kitty][kitty]
|
||||||
|
|
||||||
This terminal is quick, but just a tad bit too quick for me. It kinda handles IMEs badly, which is my reason for using alacritty instead.
|
This terminal is quick, but just a tad bit "too quick" for me. By only focusing on speed, it leaves features like IMEs hanging, which is my reason for using alacritty instead.
|
||||||
|
|
||||||
### [Ranger][ranger]
|
### [Ranger][ranger]
|
||||||
|
|
||||||
|
@ -45,17 +54,24 @@ To be honest, I don't use file managers that much nowadays. `cd` and `ls` is my
|
||||||
[newsboat]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.newsboat
|
[newsboat]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.newsboat
|
||||||
[xmonad]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.xmonad
|
[xmonad]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.xmonad
|
||||||
|
|
||||||
[zsh]: https://github.com/h7x4ABk3g/dotfiles/blob/master/general/.zshrc
|
|
||||||
[tmux]: https://github.com/h7x4ABk3g/dotfiles/blob/master/general/.tmux.conf
|
|
||||||
|
|
||||||
<!-- general/.config -->
|
<!-- general/.config -->
|
||||||
[alacritty]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/alacritty
|
[alacritty]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/alacritty
|
||||||
|
[alsa]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/alsa
|
||||||
|
[cabal]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/cabal
|
||||||
[htop]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/htop
|
[htop]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/htop
|
||||||
|
[i3]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/i3
|
||||||
|
[i3status]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/i3status
|
||||||
[kitty]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/kitty
|
[kitty]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/kitty
|
||||||
[mpd]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/mpd
|
[mpd]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/mpd
|
||||||
[nvim]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/nvim
|
[nvim]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/nvim
|
||||||
|
[picom]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/picom
|
||||||
[qutebrowser]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/qutebrowser
|
[qutebrowser]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/qutebrowser
|
||||||
[ranger]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/ranger
|
[ranger]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/ranger
|
||||||
[termite]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/termite
|
|
||||||
[zathura]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/zathura
|
<!-- [rofi]: -->
|
||||||
|
[sxhkd]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/sxhkd
|
||||||
|
[termite]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/termite
|
||||||
|
[tmux]: https://github.com/h7x4ABk3g/dotfiles/blob/master/general/.config/tmux
|
||||||
|
[zathura]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/zathura
|
||||||
|
[zsh]: https://github.com/h7x4ABk3g/dotfiles/blob/master/general/.config/zsh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue