dotfiles/README.md

78 lines
3.6 KiB
Markdown
Raw Normal View History

2021-05-13 19:03:11 +02:00
# Dotfiles
A neat copy of everything clogging up my home folder whenever I'm looking for something important.
## Featuring:
2021-05-14 00:32:59 +02:00
| | |
|-|-|
2021-06-28 14:59:47 +02:00
| [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 |
| [htop][htop] | Frozen computer culprit detective |
| [i3][i3] | Budget version of xmonad |
| [i3status][i3status] | Status updates for the overmentioned |
2021-05-14 00:32:59 +02:00
| [ncmpcpp][ncmpcpp]/[mpd][mpd] | Music player I can't live without |
| [newsboat][newsboat] | Good in the morning, with a cup of coffee |
2021-06-28 14:59:47 +02:00
| [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` |
2021-05-14 00:32:59 +02:00
| [tmux][tmux] | Terminals inside terminals inside terminals |
2021-06-28 14:59:47 +02:00
| [xmonad][xmonad] | Windowpanes, but not actually |
| [zathura][zathura] | PDF reader, no more, no less |
| [zsh][zsh] | Bash, just cooler |
2021-05-13 19:03:11 +02:00
## Other stuff I've used before, but want to keep the configuration for.
2021-05-14 00:32:59 +02:00
### [Termite][termite]
2021-05-13 19:03:11 +02:00
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.
2021-06-28 14:59:47 +02:00
However, it's deprecated ¯\_(ツ)_/¯
2021-05-14 00:32:59 +02:00
### [Kitty][kitty]
2021-05-13 19:03:11 +02:00
2021-06-28 14:59:47 +02:00
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.
2021-05-13 19:03:11 +02:00
2021-05-14 00:32:59 +02:00
### [Ranger][ranger]
2021-05-13 19:03:11 +02:00
To be honest, I don't use file managers that much nowadays. `cd` and `ls` is my friend.
2021-05-14 00:32:59 +02:00
<!------------------------------------------------->
<!-- 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
<!-- general/.config -->
[alacritty]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/alacritty
2021-06-28 14:59:47 +02:00
[alsa]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/alsa
[cabal]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/cabal
2021-05-14 00:32:59 +02:00
[htop]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/htop
2021-06-28 14:59:47 +02:00
[i3]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/i3
[i3status]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/i3status
2021-05-14 00:32:59 +02:00
[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
2021-06-28 14:59:47 +02:00
[picom]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/picom
2021-05-14 00:32:59 +02:00
[qutebrowser]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/qutebrowser
[ranger]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/ranger
2021-06-28 14:59:47 +02:00
<!-- [rofi]: -->
[sxhkd]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/sxhkd
2021-05-14 00:32:59 +02:00
[termite]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/termite
2021-06-28 14:59:47 +02:00
[tmux]: https://github.com/h7x4ABk3g/dotfiles/blob/master/general/.config/tmux
2021-05-14 00:32:59 +02:00
[zathura]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/zathura
2021-06-28 14:59:47 +02:00
[zsh]: https://github.com/h7x4ABk3g/dotfiles/blob/master/general/.config/zsh
2021-05-14 00:32:59 +02:00