Skip to content

TheOrangePuff/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks