78 lines
3.6 KiB
Markdown
78 lines
3.6 KiB
Markdown
# Dotfiles
|
|
|
|
A neat copy of everything clogging up my home folder whenever I'm looking for something important.
|
|
|
|
## Featuring:
|
|
|
|
| | |
|
|
|-|-|
|
|
| [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 |
|
|
| [ncmpcpp][ncmpcpp]/[mpd][mpd] | Music player I can't live without |
|
|
| [newsboat][newsboat] | Good in the morning, with a cup of coffee |
|
|
| [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 |
|
|
| [xmonad][xmonad] | Windowpanes, but not actually |
|
|
| [zathura][zathura] | PDF reader, no more, no less |
|
|
| [zsh][zsh] | Bash, just cooler |
|
|
|
|
## 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.
|
|
|
|
However, it's deprecated ¯\_(ツ)_/¯
|
|
|
|
### [Kitty][kitty]
|
|
|
|
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]
|
|
|
|
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
|
|
|
|
<!-- general/.config -->
|
|
[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
|
|
[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
|
|
[mpd]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/mpd
|
|
[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
|
|
[ranger]: https://github.com/h7x4ABk3g/dotfiles/tree/master/general/.config/ranger
|
|
|
|
<!-- [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
|
|
|