Skip to content

helmecke/dotfiles

Repository files navigation

dotfiles

⚠️ I moved nvim, awesome and qtile config to seperate repositories.

Getting Started

I manage dotfiles using (GNU Stow).

Install dotfiles by cloning the git repository. I recommand using ghq.

ghq get https://github.com/helmecke/dotfiles.git

# or

git clone https://github.com/helmecke/dotfiles.git ~/.dotfiles

You can now symlink any configurations you wish to use:

# Enter repository folder
cd $(ghq list -p | grep helmecke/dotfiles)

# Symlink sway config
stow -t ~ sway

# Remove sway symlink
stow -t ~ -D sway