A place to save config files and other coding toolings
A fun shell
- Run
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Copy
gerbus.zsh-theme
to~/.oh-my-zsh/custom
(ToDo: make the server name a color based on the name) - Edit
~/.zshrc
and change theZSH_THEME
togerbus
An advanced terminal
- Download and install iterm2
- Open Preferences > Profiles
- Rename "Default" to something better
- Go to Keys and make these changes:
- CMD-left: Send Hex Code: 0x01
- CMD-right: Send Hex Code: 0x05
- OPTION-left: Send Esc Sequence: [1;5D
- OPTION-right: Send Esc Sequence: [1;5C
- Go to colors and import this file
- Go to terminal and check
unlimited scrollback
, andsilence bell
- Download and install
- Install Package Manager
- Install and enable Package "color scheme - Gerbus"
- Install package "Goto Usage"
- Paste
Preferences.sublime-settings
into~/Library/Application Support/Sublime Text 3/Packages/User
- Go to
Preferences
>Key Bindings
in the menu. Paste in contents fromgerbus.sublime-keymap
A window management tool
A linux terminal for windows
A hotkey configurator that serves as a great window management tool
Prerequisite: Install ffmpeg
- Record screen with QuickTime:
- Open QuickTime
- File > New Screen Recording
- Once recording area selected and recording started, click the stop icon in your mac toolbar to end
- Convert to GIF:
ffmpeg -i /Users/chrisgerber/Pictures/Screengrabs/\#3550\ -\ mac-chrome.mov -pix_fmt rgb24 -r 10 -f gif -filter:v "setpts=0.75*PTS" /Users/chrisgerber/Pictures/Screengrabs/\#3550\ -\ mac-chrome.gif
force-with-lease force after rebase
git rebase develop -i
- Do some squashing and re-messaging
ggpush
if no changes have been pushed toremote/origin
yetgit push origin <branchname> --force-with-lease
if some commits were already pushed toremote
beforerebase