- OS: CachyOS
- WM: sway
- browser: Brave
- terminal: wezterm
- text editor: helix
- monospace font: Fira Code
- audio and video server: PipeWire
- image viewer: imv
- media player: mpv
- shell: fish
- file lister: eza
- search tool: ripgrep-all
- status bar: i3status-rust
- screenshotting: grim, slurp and swappy
- password manager: pass
- install CachyOS
- download this repo:
cd git init git remote add origin https://git.sr.ht/~lincot/dotfiles git fetch git checkout -f master
- install the packages:
./install.sh
- consider applying the general system tweaks
- consider disabling swap by adding
systemd.zram=0
to the kernel cmdline (in the case of systemd-boot, add it toLINUX_OPTIONS
in/etc/sdboot-manage.conf
and runsudo sdboot-manage gen
) - configure the browser
- turn on your PC
- log in
- press
Super+Enter
to open the terminal - launch the browser:
brave &>/dev/null & disown
- move it to the second workspace with
Super+Shift+2
so that there is only 1 fullscreen window per workspace - enjoy