Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 636 Bytes

File metadata and controls

43 lines (29 loc) · 636 Bytes

Setup on Fedora

Use stow to create symlinks.

sudo dnf install -y stow

# config under home directory
stow home -vt "$HOME"

Install packages (but flaky).

./bootstrap/install.sh

System

# create system configuration symlinks
sudo stow system -vt /

# enable key-remapper services
systemctl --user enable --now 'xremap.service'

Zsh

Add lines below to /etc/zshenv to use xdg base directory.

export XDG_CONFIG_HOME="$HOME/.config/"
export ZDOTDIR="$XDG_CONFIG_HOME/zsh/"

Help

Example to apply changes.

stow home -R