Merge branch 'master' of github.com:LinuxIsCool/dotfiles

This commit is contained in:
Shawn Anderson 2020-09-23 02:34:41 -07:00
commit 2f24323312
1 changed files with 8 additions and 6 deletions

View File

@ -1,10 +1,12 @@
# Dotfiles of Shawn Anderson
A repository the dotfiles that I hack on. Can easily be installed to your ~/.config/ by using the gnu stow utility.
To install:
1. Clone the repo
`git clone git@github.com:LinuxIsCool/dotfiles.git`
To install:
1. Clone the repo
2. Symlink into ~/.config using stow
`cd dotfiles`
`sh stow`
git clone git@github.com:LinuxIsCool/dotfiles.git
2. Symlink into ~/.config using stow
cd dotfiles
sh stow