run
./setenv.sh
Choose options
- Use default path:
~
- Enter user path:
/home/ruby
- Exit
ubuntu, kubuntu, linux mint, kali
sudo apt install -y vim git tmux g++ cmake\
xbindkeys xdotool
在/home/user
裡的檔案
.xessionrc
側按鍵 copy, paste
xbindkeys
.xbindkeysrc
sudo apt-get install xbindkeys xdotool
.imwheelrc
.bashrc
.tmux
.tmux.conf
Ctrl+a
C-a + '-' : split current window horizontally
C-a + '\' : split current window vertically
.vimrc
" Vundle
Plugin 'VundleVim/Vundle.vim'
" Airline
Plugin 'vim-airline/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
" Markdown
Plugin 'gabrielelana/vim-markdown'
" Theme
syntax enable
colorscheme moneyforward
" File system explorer
Plugin 'preservim/nerdtree'
" Browse the tags of the file
Plugin 'majutsushi/tagbar'
Plugin 'preservim/nerdcommenter'
" vim vlang format
plugin 'chiel92/vim-autoformat'
" Cursor
plugin 'wincent/terminus'
" Syntax checking
Plugin 'scrooloose/syntastic'
~/.ssh/id_rsa
: 私鑰
~/.ssh/id_rsa.pub
: 公鑰
/etc/ssh/ssh_config
ssh_config
: 多重 ssh key 管理,clone 免輸密碼