Skip to content

shiomiyan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

740 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

dotfiles

Topics

Resources

Stars

Watchers

Forks

Contributors