My dotfiles.
I organized them so that they are usable both from a Void-Linux distribution and from wsl (using wezterm from Windows host).
git clone --bare [email protected]:cunialino/dotfiles.git $HOME/builds/dotfiles
git --git-dir=$HOME/dotfiles/dotfiles/ --work-tree=$HOME checkout
Install requirements.
mold is a much faster linter, to always use it, link it to ~/.local/bin/ld:
sudo ln -s /usr/bin/mold ~/.local/bin/ld
Make also use ~/.local/bin/ld is in your PATH before /use/bin/.
change default shell
chsh -s /usr/bin/nu
Session setup:
sudo usermod -aG _seatd elia
sudo ln -s /etc/sv/seatd/ /var/service
sudo sv start seatd
To run sway:
mkdir /tmp/sway
with-env { XDG_RUNTIME_DIR:"/tmp/sway"} {sway}