my tools and custom configuration for my terminal (Works on Mac and Ubuntu/Linux).
sudo apt-get install vim tmux curl httpie
Mac:
brew install vim tmux curl httpie tig
add Email:
git config --global user.email "[email protected]"
git clone https://github.com/jhta/gen-ssh-key && cd gen-ssh-key && sh generate-and-send-ssh-key.sh -u jeisonhs93 -d gmail.com
First install zsh
terminal
Ubuntu/Debian:
sudo apt-get install zsh
Mac:
brew install zsh
install oh-my-zhell:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
make zsh the default terminal:
chsh -s $(which zsh)
install autosuggestions:
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
more: https://github.com/zsh-users/zsh-autosuggestions/
I'm using TMUX and VIM for my terminal.
For VIM I used this plugin collection:
http://vim.spf13.com/
copy the local VIM settings:
cp .vimrc.local $HOME/
install plugins:
vim +BundleInstall! +BundleClean +q
This has awesome plugins like Bundle, PowerLine, NerdTree and ControlP.
For TMUX I used this configuration for plugins and powerline:
https://github.com/gpakosz/.tmux
thiss has a lot of plugins for mouse mode, powerline and more. I'm using Tmuxp too for load my tmux sessions: https://tmuxp.git-pull.com/en/latest/
brew tap caskroom/fonts
brew cask install font-fira-code
After install all the tools run create symbolic links for dotfiles:
git clone https://github.com/jhta/.dotfiles.git && sh .dotfiles/run.sh
re-install vim plugins:
vim +BundleInstall! +BundleClean +q
Install theme for Iterm https://github.com/MartinSeeler/iterm2-material-design
Install spaceship-prompt
:
git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt"
Symlink spaceship.zsh-theme to your oh-my-zsh custom themes directory:
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"
Set ZSH_THEME="spaceship" in your .zshrc.
Install powerline/fonts: https://github.com/powerline/fonts
Set Fira code
as default on Iterm.
Autosuggestions:
Z:
Support for ES6, Graphql, Styled components + Git lens improvments and Monokai as default theme