solarized background color: #002b36 => rgb(0,43,54)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run the following command in terminal to use it: | |
# $ git config --global core.excludesfile ~/.gitignore_global | |
# Reference: https://help.github.com/articles/ignoring-files/ | |
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe |
Enable scrolling:
ctrl+b [
Press q
to quit scrolling mode.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -Lo- http://bit.ly/janus-bootstrap | bash | |
#errored out...had to install git first, derrr | |
sudo apt-get install git | |
curl -Lo- http://bit.ly/janus-bootstrap | bash | |
# error! had to install rake next | |
sudo apt-get install rake | |
curl -Lo- http://bit.ly/janus-bootstrap | bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html ng-app="uploadApp"> | |
<head> | |
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.min.js"></script> | |
<script src="https://code.jquery.com/jquery-1.11.3.js"></script> | |
<meta charset="utf-8"> | |
<title>JS Bin</title> | |
</head> | |
<body ng-controller="UploadCtrl"> | |
<file-uploader on-select="addFile(file)"></file-uploader> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" ----------------------------------------------------------------------------- | |
" Plugins | |
" | |
" - Solarized color theme | |
" - Powerline | |
" - NERDTree | |
" - NERDCommenter | |
" - Command-T | |
" - Vim better whitespace | |
" - JSHint |
-
Hide local changes:
$ git stash
-
Fetch remote changes:
$ git fetch
OlderNewer