62 lines
2.7 KiB
Markdown
62 lines
2.7 KiB
Markdown
# Dotfiles
|
|
|
|
A neat copy of everything clogging up my home folder whenever I'm looking for something important.
|
|
|
|
## Featuring:
|
|
|
|
| | |
|
|
|-|-|
|
|
| [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]
|
|
|
|
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]
|
|
|
|
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]
|
|
|
|
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
|
|
|