Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 658 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 658 Bytes

My dotfiles ✌️

Install

Run the setup script:

curl -Lks https://raw.githubusercontent.com/TheOrangePuff/dotfiles/refs/heads/master/setup.sh | bin/bash

Or run the commands manually:

git clone --bare [email protected]:TheOrangePuff/dotfiles.git $HOME/.cfg
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no
config checkout

If this fails due to untracked files being overwritten, you'll need to delete those files and then checkout the repo again.

References

Atlassian's recommended way to store dotfiles: https://www.atlassian.com/git/tutorials/dotfiles