Coding just likes Art
This is the blog about the coding, the whole coding and nothing but the coding , so God would help me become a better developer.
SanCoder's Blog
home
Set default shell to fish
1
Set the shell
Add /usr/local/bin/fish into /etc/shells
chsh -s /usr/local/bin/fish
2
Change the theme
Install oh-my-fish
Choose a omf theme from
https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Themes.md
Choose a iterm2 theme from
http://iterm2colorschemes.com/
omf theme THEME_NAME
3
Install the omf plugin
omf install z omf
Related Posts
24 Aug 2017
»
How S3 list objects works ?
11 Feb 2017
»
Excerpt: Refactoring
09 Jan 2017
»
AWS Cloudwatch Alarm Behavior
Please enable JavaScript to view the
comments powered by Disqus.