update readme

This commit is contained in:
Anthony Rodriguez 2024-02-07 16:01:04 +01:00
parent 59b9dd7697
commit b8d0b57b2a
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -6,6 +6,7 @@
- [Prerequisites](#prerequisites)
- [Fedora (desktop)](#fedora-desktop)
- [Arch (window manager)](#arch-window-manager)
- [Common software](#common-software)
- [Theme](#theme)
- [Shell](#shell)
- [Window Manager configuration](#window-manager-configuration)
@ -36,14 +37,16 @@ Since I use 1password as my password manager, I also use it to fetch my GPG key
`FLAVOR=wm chezmoi init --apply https://github.com/nezia1/dotfiles`
## Theme
## Common software
### Theme
I use [catppuccin](https://github.com/catppuccin/catppuccin) as my theme
(the mocha variant). I love the soothing pastel colors. The GTK theme
and the Qt5 theme are also configured to be used with supported
applications.
## Shell
### Shell
I use [fish](https://github.com/fish-shell/fish-shell) as my interactive shell, but I still keep [bash](https://www.gnu.org/software/bash/) as my non-interactive shell for compatibility purposes, as some pieces of software that I use require the user to have a POSIX compliant shell. This is why I have a bash module, where I setup everything that I want to have non-interactively and interactively and if running interactively, have it start a fish session.