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

CliffDR/what-terminal-is-felix-using

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What terminal is Felix using

Since I get asked this every time I tweet a picture of one of my tools, here's some information about how I set up my terminal:

  • I use iTerm2 instead of the Stock terminal Mac app
  • I use oh-my-zshell
  • I use rbenv and rvm (on different computers - please only install one of them)
  • I use Solarized Dark for the terminal colors
  • I use powerline-shell to get those cool path bars. I usually hide the host name and the user, before running ./install.py, edit the config file and comment out username, hostname
  • I use the Meslo Powerline Font as you need a font that supports the directory characters for powerline
  • I use z an amazing tool to quickly jump between projects. Like Alfred but for your Terminal reduced to folder search only
  • I use the 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

Add the subl command:

sudo mkdir -p "/usr/local/bin/" && ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl

Also, check out KrauseFx/dotfiles for the dot files I'm using 🚀


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