Skip to content

hoopty/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

wget:

wget -nv -O ~/.bashrc https://raw.githubusercontent.com/hoopty/dotfiles/master/.bashrc ; . ~/.bashrc

curl:

curl -s -o ~/.bashrc https://raw.githubusercontent.com/hoopty/dotfiles/master/.bashrc ; . ~/.bashrc

fetch (FreeBSD):

fetch --no-verify-peer -o ~/.bashrc https://raw.githubusercontent.com/hoopty/dotfiles/master/.bashrc ; . ~/.bashrc

About

My personal dot files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published