Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jorgenpt/environment
- Owner: jorgenpt
- Created: 2011-06-09T21:23:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T05:44:38.000Z (6 months ago)
- Last Synced: 2024-10-03T12:34:28.549Z (3 months ago)
- Language: Python
- Homepage:
- Size: 99.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
popdSet up symlinks etc
-------------------pushd "$HOME"
Environment/setup
popd