- ctrl-c cmd-c copyGistUrl
- ctrl-c cmd-d deleteGist
- ctrl-c ctrl-d delete
- ctrl-c ctrl-g toggle
- ctrl-c ctrl-o openGistWeb
- ctrl-x ctrl-s saveGist
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
| git clone --bare https://github.com/cfsanderson/cfg-dotfiles.git $HOME/.cfg-dotfiles | |
| function dotconfig { | |
| /usr/bin/git --git-dir=$HOME/.cfg-dotfiles/ --work-tree=$HOME $@ | |
| echo "===== dotconfig function has run =====" | |
| } | |
| mkdir -p .dotconfig-backup | |
| dotconfig checkout | |
| if [ $? = 0 ]; then |
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
| git clone https://github.com/powerline/fonts.git | |
| cd fonts | |
| ./install.sh | |
| cd .. | |
| rm -rf fonts | |
| echo "===== Next Step: Install NVM =====" | |
| echo "===== curl -Lks https://goo.gl/dCgTYJ | bash =====" |
Sync settings for my Atom text editor
These are my personal settings for Atom.
#Caleb Frost Sanderson ##Pre-work Essay for Front-End Engineering Cohort ###9/9/2016
“The journey of a thousand miles begins with one step.” - Lao Tzu
This quote is a bit cliché, but still true for me. My journey into code began with a couple simple steps;
- looking for a new career in a creative field,
- a lifelong and almost nagging interest in how the heck computers do what they do,
- talking with other converted musician-turned-coder friends, etc.
NewerOlder