Add vim
This commit is contained in:
parent
c58bb04a54
commit
42e47dbc7b
8 changed files with 603 additions and 0 deletions
15
common.toml
15
common.toml
|
@ -58,6 +58,21 @@
|
|||
"automake",
|
||||
"gcc"
|
||||
]]
|
||||
|
||||
[tasks.term]
|
||||
cms = [["wget", "https://raw.githubusercontent.com/thestinger/termite/master/termite.terminfo"], ["tic", "-x", "termite.terminfo"]]
|
||||
|
||||
[tasks.git]
|
||||
templates = [[".ssh/config", "git_config"]]
|
||||
|
||||
[tasks.vim]
|
||||
links = [
|
||||
[".viminfo", "config/vim/viminfo"],
|
||||
[".vimrc", "config/vim/vimrc"],
|
||||
[".vim/colors/molokai.vim", "config/vim/molokai.vim"]
|
||||
]
|
||||
|
||||
|
||||
###
|
||||
### Run
|
||||
###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue