Skip to content

cunialino/dotfiles

Repository files navigation

Dotfiles

My dotfiles.

I organized them so that they are usable both from a Void-Linux distribution and from wsl (using wezterm from Windows host).

Install repo

git clone --bare [email protected]:cunialino/dotfiles.git $HOME/builds/dotfiles
git --git-dir=$HOME/dotfiles/dotfiles/ --work-tree=$HOME checkout

Install requirements.

Mold

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/.

NUSHELL

change default shell

chsh -s /usr/bin/nu

Void-Linux

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}