Skip to content

butterflyfish/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Michael's configuration files for power tools

How to use ?

If you don't install these power tools, please install them. On MAC OS, it's recommended to use brew

git clone
cd dotfiles
chmod +x install.sh
./install.sh

Zsh

zsh is configured with help of oh-my-zsh. Taking MAC OS as an example to show How to let zsh as default shell on Mac OS ?

chsh -s /usr/local/bin/zsh $USER
sudo echo /usr/local/bin/zsh >> /etc/shells

iTerm is my favority terminal emulator on MAC OS X. It have wonderful features, e.g.

  • Mouseless Copy
  • Trigger
  • Captured Output
  • Autocomplete
  • Paste History & Advanced Paste

My profiles change set:

  • Text page: use Fira Code as Font and Non-ASCII Font
  • colors presets: guvbox, Solarized Dark(builtin)

How to reset settings to default ?

defaults delete com.googlecode.iterm2

Releases

No releases published

Packages

No packages published