Skip to content

💻 For everyone who wants to know more about the terminal I use

License

Notifications You must be signed in to change notification settings

Andr3y-/terminal-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terminal setup

  • iTerm2 instead of the Stock terminal Mac app
  • oh-my-zshell
  • rbenv and rvm (on different computers - please only install one of them)
  • Solarized Dark for the terminal colors
  • powerline-shell to get those cool path bars. I usually hide the host name and the user, before running python ./setup.py install, edit the config file and comment out username, hostname.
    • cd ~/.oh-my-zsh/
    • mkdir felix
    • cd felix
    • git clone https://github.com/b-ryan/powerline-shell
    • cd powerline-shell
    • sudo python setup.py install
  • Meslo Powerline Font as you need a font that supports the directory characters for powerline
  • z an amazing tool to quickly jump between projects. Like Alfred but for your Terminal reduced to folder search only
  • Install Powerlevel10
  • subl . command a lot to quickly open a specific folder in Sublime Text. This is what I use to edit my fastlane configuration
  • echo "gem: --no-document" >> ~/.gemrc to stop installing docs every time you install a gem
  • o . or o filename.js to open files (see KrauseFx/dotfiles)
  • Settings -> Profiles -> Keys -> Load Preset -> Natural Text Editing
  • Enable the Show proxy icon in window title bar option to show the folder on the window title bar for right click and drag & drop gestures
  • Profiles -> Advanced -> Semantic History -> Open with editor... -> Sublime Text 3
  • Keys -> Replace Cycle Tabs ... with Next Tab and Previous Tab

About

💻 For everyone who wants to know more about the terminal I use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published