setup.sh
is a script I've been working on that I can run on a clean install of Mac OS X to set up my favorite command line and GUI tools.
Script | Description |
---|---|
setup.sh |
automatically downloads everything and puts it all in the right place and sets up everything |
osx.sh |
has stuff to set all of my OSX settings |
Dotfile | Description |
---|---|
.bash_profile |
sources .bashrc because I don't know the difference between interactive and non-interactive consoles |
.bashrc |
has stuff to make my bash cool |
.gitconfig |
stuff |
.gitignore |
stuff not to include in cthoyt/dotfiles |
.gitignore_global |
stuff to not include anywhere |
.cron |
cron jobs I want to always have |
eclipse_cleanup.xml |
my eclipse java code cleanup settings |
eclipse_formatter.xml |
my eclipse java code formatter settings |
curl -0L https://raw.github.com/cthoyt/dotfiles/master/setup.sh | sh
- no
virtualenv
yet
- Generate new SSH key
- Generate an access token
- Prepare for passwordless login
- Populate ~/.ssh/config
- Log in at https://account.jetbrains.com/login
- Download Activation Key for PyCharm
http://stackoverflow.com/questions/8620127/maven-in-eclipse-step-by-step-installation
- Add R package installation to
setup.sh
Thanks to everyone who inspired me, and from whom I shamelessly stole ideas.
Name | Source |
---|---|
@mdo | mdo/config |
@mathiasbynes | mathiasbynens/dotfiles |
@CristpherA | ChristopherA/MacOSXYosementDevelopmentInstall.md |
@mjperrone | mjperrone/dot_files |