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,8 +6,9 @@
- [Prerequisites](#prerequisites) - [Prerequisites](#prerequisites)
- [Fedora (desktop)](#fedora-desktop) - [Fedora (desktop)](#fedora-desktop)
- [Arch (window manager)](#arch-window-manager) - [Arch (window manager)](#arch-window-manager)
- [Theme](#theme) - [Common software](#common-software)
- [Shell](#shell) - [Theme](#theme)
- [Shell](#shell)
- [Window Manager configuration](#window-manager-configuration) - [Window Manager configuration](#window-manager-configuration)
- [Software used](#software-used) - [Software used](#software-used)
- [Services and timers](#services-and-timers) - [Services and timers](#services-and-timers)
@ -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` `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 I use [catppuccin](https://github.com/catppuccin/catppuccin) as my theme
(the mocha variant). I love the soothing pastel colors. The GTK 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 and the Qt5 theme are also configured to be used with supported
applications. 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. 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.