Skip to content

ticklepoke/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Darwin

Installing to a new machine

echo 'alias dotfiles="/usr/bin/git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME"' >> $HOME/.zshrc

exec zsh

echo ".dotfiles.git" >> .gitignore

git clone --bare [email protected]:ticklepoke/dotfiles.git $HOME/.dotfiles.git

dotfiles config --local status.showUntrackedFiles no

dotfiles fetch

dotfiles switch darwin

Creating a new setup

git init --bare $HOME/.dotfiles.git

echo 'alias dotfiles="/usr/bin/git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME"' >> $HOME/.zshrc

exec zsh

dotfiles config --local status.showUntrackedFiles no

dotfiles checkout -b <your system architecture>

dotfiles remote add origin [email protected]:ticklepoke/dotfiles.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published