Skip to content

zachatttack/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles bare repo

cloning to new machine

Note: requires ssh to be setup

echo 'alias dots="/usr/bin/git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME"' >> $HOME/.zshrc
echo 'export ZDOTDIR=$HOME/.config/zsh >> $HOME/.zshrc'
source ~/.zshrc
git clone --bare  git@github.com:zachatttack/.dotfiles.git $HOME/.dotfiles.git
dots checkout
dots config --local status.showUntrackedFiles no
ln -sf $HOME/.config/zsh/.zshrc $HOME/.zshrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published