项目作者: ruyjfs

项目描述 :
All you need for a advanced unix bash
高级语言: Python
项目地址: git://github.com/ruyjfs/unix.git
创建时间: 2017-03-29T23:38:40Z
项目社区:https://github.com/ruyjfs/unix

开源协议:

下载


unix

All you need for a advanced unix bash

1. Install Git - Needed for plugins

  1. apt-get install -y git

2. Install VIM

  1. apt-get install -y vim

2.1 Vim Bootstrap for pre configuration plugins essential

www.vim-bootstrap.com

3. Install zsh (Oh My Zsh)

  1. apt-get install -y zsh

3.1 Turn zsh default for shell

  1. chsh -s $(which zsh)

3.2 If you want change to my favorite theme go to ZSH_THEME=”robbyrussel” and change to ZSH_THEME=”agnoster”

  1. vim ~/.zshrc #

Image

3.2 If use custom theme, you have Install fonts-powerline and restart your pc

  1. apt-get install -y fonts-powerline
  1. apt-get install -y python python-pip
  2. git clone https://github.com/b-ryan/powerline-shell
  3. cd powerline-shell
  4. python setup.py install

3.3 Install Auto Suggestion

ZSH Auto Suggestion

4. Advanced

4. Install tmux - Tmux is like terminator but without using graphical interface, it divides the screens directly into the terminal

  1. apt-get install -y tmux

My hotkeys configuration - Put code of tmux.conf in this gist on your ~/.tmux.conf.

  1. vim ~/.tmux.conf

Reloading tmux config

  1. tmux source-file ~/.tmux.conf

Install plugins for tmux

  1. https://github.com/tmux-plugins

Links:

Install Tilda - Is a terminal with scroll of top

  1. sudo apt-get install tilda

Turn background vim transparent

vim ~/.vimrc.local:

highlight Normal ctermbg=none
highlight NonText ctermbg=none