add links
This commit is contained in:
parent
e3c06bd16e
commit
adf2b4b7a1
60
README.md
60
README.md
|
@ -4,32 +4,58 @@ A neat copy of everything clogging up my home folder whenever I'm looking for so
|
|||
|
||||
## Featuring:
|
||||
|
||||
| | |
|
||||
| ----------- | ---------------------------------------------- |
|
||||
| emacs | Vim, just better |
|
||||
| GHC | Compiler settings for code I don't understand |
|
||||
| htop | CPU go brrrr |
|
||||
| ncmpcpp | Music player I can't live without |
|
||||
| newsboat | Good in the morning, with a cup of coffee |
|
||||
| rofi | Ask me anything! |
|
||||
| tmux | Terminals inside terminals inside terminals |
|
||||
| qutebrowser | Surfing the web without a mouse |
|
||||
| nvim | Emacs, just better |
|
||||
| xmonad | windows, but not actually |
|
||||
| zathura | Adobe acrobat, just less acrobatic |
|
||||
| zsh | Because none of the cool kids use bash anymore |
|
||||
| | |
|
||||
|-|-|
|
||||
| [emacs][emacs] | vim, just better |
|
||||
| [GHC][ghc] | Compiler settings for code I don't understand |
|
||||
| [htop][htop] | CPU go brrrr |
|
||||
| [ncmpcpp][ncmpcpp]/[mpd][mpd] | Music player I can't live without |
|
||||
| [newsboat][newsboat] | Good in the morning, with a cup of coffee |
|
||||
| rofi | Ask me anything! |
|
||||
| [tmux][tmux] | Terminals inside terminals inside terminals |
|
||||
| [qutebrowser][qutebrowser] | Surfing the web without a mouse |
|
||||
| [nvim][nvim] | emacs, just better |
|
||||
| [xmonad][xmonad] | windows, but not actually |
|
||||
| [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.
|
||||
|
||||
### Termite
|
||||
### [Termite][termite]
|
||||
|
||||
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.
|
||||
|
||||
### 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.
|
||||
|
||||
### Ranger
|
||||
### [Ranger][ranger]
|
||||
|
||||
To be honest, I don't use file managers that much nowadays. `cd` and `ls` is my friend.
|
||||
|
||||
<!------------------------------------------------->
|
||||
|
||||
<!-- LINKS -->
|
||||
|
||||
<!-- general -->
|
||||
|
||||
[emacs]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.emacs.d
|
||||
[ghc]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.ghc
|
||||
[ncmpcpp]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.ncmpcpp
|
||||
[newsboat]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.newsboat
|
||||
[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 -->
|
||||
[alacritty]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/alacritty
|
||||
[htop]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/htop
|
||||
[kitty]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/kitty
|
||||
[mpd]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/mpd
|
||||
[nvim]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/nvim
|
||||
[qutebrowser]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/qutebrowser
|
||||
[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
|
||||
|
||||
|
|
Loading…
Reference in New Issue