Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorgenpt/environment

My dotfiles and stuff
https://github.com/jorgenpt/environment

Last synced: 2 months ago
JSON representation

My dotfiles and stuff

Awesome Lists containing this project

README

        

Setup
=====

Check out code
--------------

git clone --recursive [email protected]:jorgenpt/environment.git "$HOME/Environment"
pushd "$HOME/Environment"
git remote rename origin github
if [[ -d "$HOME/Dropbox/Repositories/environment.git" ]]; then
git remote add dropbox "$HOME/Dropbox/Repositories/environment.git"
fi
popd

Set up symlinks etc
-------------------

pushd "$HOME"
Environment/setup
popd