Skip to content

svkurowski/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

dotfiles

Managing

These dotfiles are managed with GNU Stow, a free, portable, lightweight symlink farm manager. Stow is available for all Linux and most other UNIX like distributions via your package manager.

  • sudo pacman -S stow
  • sudo apt-get install stow
  • brew install stow

You can also clone it from source and build it yourself.

Installing

By default the stow command will create symlinks for files in the parent directory of the working directory. So clone this repository inside your home directory (to ~/dotfiles) and execute all stow commands from that folder.

To install the configuration for some software execute the stow command with the folder name as the only argument.

Thus, to install my git configuration use the command:

stow git

To uninstall the configuration use:

stow -D git

Configurations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages