hkthanh89 / .dotfiles

My development environment settings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

My development environment customized settings. Couple of aliases and scripts that only I find useful.

Features:

  • shell functions and aliases
  • ruby and rails console customization, useful methods, and aliases
  • git autocompletion and prompt customization
  • vim and sublime text settings
  • Termit gem integration

Usage

echo "gem: --no-document" > .gemrc
echo "source ~/.dotfiles/settings/shell/main.sh" > .zshrc
echo "require '~/.dotfiles/settings/irb/main.rb'" > .irbrc
echo "source ~/.dotfiles/settings/vim/.vimrc" > .vimrc
echo "[include]\n path = ~/.dotfiles/settings/git/config" > .gitconfig
ln -s "~/.dotfiles/settings/sublime/key_mappings"
"~/Library/Application Support/Sublime Text 3/Packages/User/Default (OSX).sublime-keymap"

ln -s "~/.dotfiles/settings/sublime/config"
"~/Library/Application Support/Sublime Text 3/Packages/User/Preferences.sublime-settings"
mkdir ~/bin
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/subl
defaults write -g ApplePressAndHoldEnabled -bool false
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install vim
brew install postgresql
brew install go
brew services start postgresql
brew install heroku/brew/heroku
brew cask install gimp
brew cask install google-chrome
brew cask install alfred
brew cask install flux
brew cask install iterm2
brew cask install pusher
brew cask install dropbox
brew cask install libreoffice
brew cask install recordit
brew cask install sourcetree
brew cask install firefox
brew cask install avibrazil-rdm
brew cask install vlc

gem install bundler
gem install zeus
gem install cocoapods
pod setup

Notes:

About

My development environment settings.


Languages

Language:Shell 56.9%Language:Vim Script 22.3%Language:Ruby 20.8%