Skip to content

jamesjohnsdev/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Personal dotfiles managed with GNU Stow.

Requirements

Install on Debian/Ubuntu:

sudo apt install stow

Install on macOS:

brew install stow

Install on Arch Linux:

sudo pacman -S stow

Installation

Clone the repository:

# You must use the `--recurse-submodules` flag otherwise configs won't be filled
# `-j8` is an optional performance optimization
git clone --recurse-submodules -j8 https://github.com/hamst/dotfiles.git ~/dotfiles
cd ~/dotfiles

# If you didn't use the `--recurse-submodules` flag initially, intiate submodules
git submodule update --init --recursive

Stow the desired packages:

stow package
## or just the whole directory at once
stow .

About

Personal dotfile configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages