Skip to content

daneofmanythings/dotfiles

Repository files navigation

DOTFILES

This repo contains the dotfiles for my current desktop

DEPENDENCIES

sudo apt install git stow

note: use the package manager for your distro.

USAGE

  • Check out this repo into your $HOME directory. You can place it into any directory, but the stow command will have an extra flag. Stow defaults to symlinking in the parent of the pwd unless the 'target' flag is specified.
git clone git@github.com/daneofmanythings/dotfiles.git
cd dotfiles
  • Use GNU stow to create the symlinks

...to link all the configs

stow */

...or link an individual config (ex. with zsh)

stow zsh

...if you cloned the repo somewhere other than $HOME

stow --target=${HOME} */

About

dotfiles I personally use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published