Skip to content

Mordavolt/dotfiles

Repository files navigation

dotfiles

Instructions

Clone to homedir and type

./install.sh

Contents

  • scripts - contains scripts that will be called from install.sh
  • static - contains all files that are not symlinked, but will be used directly from ~/dotfiles/static
  • all other folders - will be installed using stow

Stow

Stow will install symlinks relative to home, so

mkdir test
touch test/.one
mkdir test/testado
touch test/testado/.two
stow --no-folding test

will symlink

..
├── .one
└── testado
    └── .two

About

My dotfiles for arch linux, zsh and i3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published