Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 398 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 398 Bytes

dotfiles

Install git and stow

sudo apt install git stow -y

Setup

git clone https://github.com/rhoriguchi/dotfiles.git ~/.dotfiles

sudo chmod +x ~/.dotfiles/init.sh
~/.dotfiles/init.sh

Create .git-credentials

Replace USERNAME with git username and PASSWORD with git password

echo 'https://USERNAME:[email protected]' > ~/.git-credentials