Skip to content

jlom/terminal-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A short summary of my terminal setup. This is mostly just for my own future reference.

Screenshot

iTerm settings

  • Set the tab appearance to dark: Appearance → Tabs → Theme: Dark
  • Install Droid Sans Mono Awesome
  • Drop iTermProfile.json into ~/Library/Application Support/iTerm2/DynamicProfiles

Zsh

Install Oh My Zsh:

$ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Install zsh-autosuggestions:

$ git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

Install Powerlevel 9K:

$ git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k

Install zsh-syntax-highlighting:

$ git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

Install marker:

$ git clone https://github.com/pindexis/marker ~/.marker
$ ~/.marker/install.py

Install The Fuck, and other really, really useful tools: 🐮

$ brew tap passy/givegif && brew install catimg cowsay givegif thefuck

Finally copy the .zshrc-file to the home dir.

About

My terminal- and shell-setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages