-
Notifications
You must be signed in to change notification settings - Fork 2
Start
Matthew Harris edited this page Mar 28, 2017
·
124 revisions
note: use personal / school email
- upload photo
- create a stackoverflow account
- Download and install these from MacPatch / Software Catalog
- Adobe Reader, Adobe Flash Player, Firefox ESR, xPh3, XQuartz, Stretch Break, Java 1.7, Xcode, Command Line Tools, Cisco Jabber Client
- Configure your Mac
- Open settings, mouse, change right click from primary action to secondary action
- Click the background to have finder show up at the top menu bar, click Finder, Preferences. Under General un-check all four options for 'Show these items on the desktop:' Under Sidebar, Favorites check the house with your computers name next to it.
- Remove all icons from the dock but Finder, Settings, Safari
- Press
Apple
&spacebar
type in Terminal and press enter - Right click on Terminal, Options, Keep in dock
- Press
Apple
&spacebar
type in Firefox and press enter - Right click on Firefox, Options, Keep in dock
- Click Finder in the Dock, your computers name. Right Click and create a new folder 'Applications'
- Check your certificates for FIREFOX are installed https://nst-int.llnl.gov/cspca.crt (check all the boxes)
- Admin privileges
- put in a request at ears.llnl.gov
- Continue once you have admin
- Download and install
-
Update bash: Click on Terminal in the Dock vim tutorial
cd mkdir workbench mkdir projects mkdir vimwiki cd projects git clone https://github.com/aims-group/intern.git cp intern/basic-dot/.bash* ~/ cp intern/basic-dot/.vimrc ~/ cd source .bash_profile
-
Install homebrew
cd ~/ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" * To search for a package called 'package_name': brew search package_name * To install a package called 'package_name': brew install package_name brew install bash-completion fortune hub cowsay git * To update brew and upgrade packages brew update brew upgrade brew cleanup
-
Setup vim
cd curl -k -Lo- https://bit.ly/janus-bootstrap | bash
-
To update vim (janus)
cd ~/.vim rake
-
Add this to the end of the .vimrc file
vim .vimrc
autocmd VimEnter * NERDTree autocmd VimEnter * wincmd p let NERDTreeShowHidden=1 colorscheme Vividchalk
-
Setup wget
brew install wget cd ~/workbench mkdir cert cd cert/ wget https://nst-int.llnl.gov/cspca.crt
-
Setup Python
pip install virtualenv --cert=~/workbench/cert/cspca.crt
- Virtual ENV - Chris Scott
-
Setup jekyll
cd gem install execjs jekyll --user-install
-
Test to see jekyll worked
cd ~/projects jekyll new test rm -rf test
-
Install Anaconda
-
create a repo named 'dot'
-
create ssh key and save to github
-
clone repos
cd ~/projects git clone [email protected]:USERNAME/dot.git