You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
dotfiles | 4 years ago | |
setup | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 8 years ago | |
setup-a-new-machine.sh | 8 years ago | |
sync.sh | 8 years ago |
README.md
My dotfiles
How to start on a new machine
mkdir -p ~/.dotfiles; cd ~/.dotfiles; curl -#L https://github.com/michaelgerdemann/dotfiles/tarball/master | tar -xzv --strip-components 1; ~/.dotfiles/setup-a-new-machine.sh; cd ~
Sync dotfiles to your home
Execute the file sync.sh
~/.dotfiles/sync.sh