Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 559 Bytes

File metadata and controls

27 lines (21 loc) · 559 Bytes

dotfiles

Install to ~/.dotfiles

sudo apt upgrade -y
sudo apt update -y
sudo apt install -y git
git clone https://github.com/fishberg/dotfiles ~/.dotfiles
cd ~/.dotfiles/install

After setup, migrate repo from HTTPS to SSH with:

cd $DOTFILES_ROOT
git_migrate_https2ssh

Install on Fresh System

wget -O - https://raw.githubusercontent.com/fishberg/dotfiles/master/install/quick-start.bash | bash -s
curl -sLf https://raw.githubusercontent.com/fishberg/dotfiles/master/install/quick-start.bash | bash -s