this repository is not intended to be a showcase for my customizations or anything like that.
it's just a repository that i'm going to use (if i keep it) with some of
the configurations that i use on a daily basis in my linux environment.
- distro: debian - bullseye
- shell: fish
- wm: awesome wm
- terminal emulator: alacritty
- terminal editor: micro
- graphic editro: sublime text 4
- font family: maple mono nf
![]() |
![]() |
![]() |
![]() |
curl -fsSL https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | sh
curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Note
In certain Debian installations, there may be an issue where executing localectl list-keymaps
doesn't yield any results. In such instances, the solution is download the latest
kbd
package from a mirror,
extracting it, and then copying kbd/data/keymaps/
to /usr/share/kbd/
.
See TODO here