├── README.md └── terminal.jpg /README.md: -------------------------------------------------------------------------------- 1 | ![iTerm2](terminal.jpg) 2 | 3 | ### iTerm2 4 | **iTerm2** is a replacement for Terminal and the successor to iTerm. It works on Macs with OS 10.5 (Leopard) or newer. iTerm2 brings the terminal into the modern age with features you never knew you always wanted. 5 | 6 | * [iTerm2](https://www.iterm2.com/) 7 | * Theme: [Ocean Dark of base16](https://github.com/chriskempson/base16) 8 | * Font: [Hack](https://github.com/chrissimpkins/Hack) 9 | 10 | ### Bash-it 11 | **Bash it** is a collection of community bash commands and scripts. (And a shameless ripoff of [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) :smiley:) 12 | 13 | Includes autocompletion, themes, aliases, custom functions, a few stolen pieces from Steve Losh, and more. 14 | 15 | * [Bash-it](http://github.com/Bash-it/bash-it) 16 | * Theme: [Powerline-multiline](https://github.com/Bash-it/bash-it/tree/master/themes/powerline-multiline) 17 | * Font: [powerline](http://github.com/powerline/fonts) 18 | * Plugins: 19 | * aws 20 | * base 21 | * battery 22 | * browser 23 | * git 24 | * history 25 | * javascript 26 | * less-pretty-cat 27 | * node 28 | * nvm 29 | * osx 30 | * Aliases: 31 | * atom 32 | * general 33 | * git 34 | * homebrew 35 | * npm 36 | * osx 37 | 38 | ### Spanish translation 39 | You will find a tutorial about this terminal configurations on DesarrolloWeb: [Configuración de terminal con Bash-it / iTerm2](https://desarrolloweb.com/articulos/personalizacion-terminal-bash-it-iterm2.html) 40 | -------------------------------------------------------------------------------- /terminal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nucliweb/my-terminal/8916bd9a1fc0f9b972cc02fb2f156f3ccd83bba4/terminal.jpg --------------------------------------------------------------------------------