Cool suite to pimp up Your Shell
- clone the project
- run:
./install.zsh
- run:
/bin/zsh
to check if working - go to your home directory:
cd ~
- edit bashrc
vi .bashrc
- add
/bin/zsh
in the first line to save zsh permanently
Putty Users should install an special font on their Host machines and add it to Putty.
- Install font from here Font
- Configure Putty as can be seen on screenshot:
You need to replace the tools with the GNU ones to make the script running:
# install
brew install coreutils
brew install binutils
brew install gnu-sed
brew install gnu-getopt
# add to path
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
PATH="/usr/local/opt/gnu-getopt/bin:$PATH"
# verify
$ sed --help
Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]...
...
GNU sed home page: <https://www.gnu.org/software/sed/>.
General help using GNU software: <https://www.gnu.org/gethelp/>.
E-mail bug reports to: <[email protected]>.
$ getopt
getopt: missing optstring argument
Try 'getopt --help' for more information
Change it a settings -> Terminal -> Integrated Font Family
- Ubuntu Linux:
'Ubuntu Mono', 'PowerlineSymbols'
(with quotes) - Mac:
Meslo LG S for Powerline
(without quotes)
Command | Description |
---|---|
kc | To switch between contexts |
cl | Shows list of last 100 git tags |
How to make GUI work on Putty: https://blog.mordsgau.de/oh-my-zsh-with-putty/