add links

pull/1/head
Oystein Kristoffer Tveit 2021-05-14 00:32:59 +02:00
parent e3c06bd16e
commit adf2b4b7a1
1 changed files with 43 additions and 17 deletions

View File

@ -4,32 +4,58 @@ A neat copy of everything clogging up my home folder whenever I'm looking for so
## Featuring: ## Featuring:
| | | | | |
| ----------- | ---------------------------------------------- | |-|-|
| emacs | Vim, just better | | [emacs][emacs] | vim, just better |
| GHC | Compiler settings for code I don't understand | | [GHC][ghc] | Compiler settings for code I don't understand |
| htop | CPU go brrrr | | [htop][htop] | CPU go brrrr |
| ncmpcpp | Music player I can't live without | | [ncmpcpp][ncmpcpp]/[mpd][mpd] | Music player I can't live without |
| 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! | | rofi | Ask me anything! |
| tmux | Terminals inside terminals inside terminals | | [tmux][tmux] | Terminals inside terminals inside terminals |
| qutebrowser | Surfing the web without a mouse | | [qutebrowser][qutebrowser] | Surfing the web without a mouse |
| nvim | Emacs, just better | | [nvim][nvim] | emacs, just better |
| xmonad | windows, but not actually | | [xmonad][xmonad] | windows, but not actually |
| zathura | Adobe acrobat, just less acrobatic | | [zathura][zathura] | PDF is probably the most A4 format I know of |
| zsh | Because none of the cool kids use bash anymore | | [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.
### 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. 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. 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. 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