Skip to content

yukihira1992/dotfiles

Repository files navigation

dotfiles

Setup Mac OS.

First of all

$ xcode-select --install

Checkout

$ cd
$ git clone https://github.com/yukihira1992/dotfiles.git

Install

$ cd ~/dotfiles
$ ./install.sh

Fish shell

Change fish as login shell

$ FISH_PATH=`which fish`
$ sudo sh -c "echo $FISH_PATH >> /etc/shells"
$ chsh -s $FISH_PATH

Change fish color

$ fish_config

fish_config

Select theme and click "Set Theme" Button.

Terminal

Start Terminal.app

Select "Terminal" -> "Preferences" -> "Profile".

terminal_profile

Change transparency

Click "Color and Effect".

terminal_background_color

Change font

Click "Font"

terminal_font

Select "Family"

terminal_font_family

Select "Source Code Pro for Powerline"