Skip to content

tsai-jimmy/dotfile

 
 

Repository files navigation

Jimmy's dotfile

Vim

Tmux

安裝說明

Step 1

cd
git clone git@github.com:tsai-jimmy/dotfile.git
cd dotfiles
rake install

Install 後會將原本的檔案先進行備份,在目錄下可以透過 .dotfiles_backup 下找到,在自行 Combine 你的 alias 等設定進來就可以,無須擔心自己的設定被覆蓋。

Step2

open vim

key in the word to pepare install plugin

:PluginInstall

wait a second be installment

相關依賴

Fonts

裝有 Powerline 的字體,如果 command line 用 iTerm 也別忘記修改,否則會出現一堆 ?

我個人都用 Menlo for Powerline

PowerLine

Dependence

Mac 下必須要安裝相關依賴

搜尋神器

brew install the_silver_searcher

tmux 的複製貼上

brew install reattach-to-user-namespace

在 tmux 中顯示 cpu/memory 實時使用量

brew install tmux-mem-cpu-load

使用說明

  • Vim perfix ,
  • Tmux perfix `

Vim

  • AG 全域搜尋: , + a
  • NERDTree 樹狀結構:, + d
  • 檔案搜尋:, + t
  • ESC:, + , (快速雙擊兩下逗號)

Tmux

  • 視窗垂直切割:` + |
  • 視窗水平切割:` + -
  • 切到上一個 window:</kbd> + <kbd> (快速雙擊兩下 `)

About

backup my dotfile on github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 87.7%
  • Shell 8.2%
  • Ruby 4.1%