move gitconfig, add nanorc
This commit is contained in:
parent
c648c6ebe6
commit
45f73d1b1b
3 changed files with 12 additions and 12 deletions
10
common.toml
10
common.toml
|
@ -32,9 +32,12 @@
|
|||
cmds = [["@install", "tmux"]]
|
||||
links = [[".zshrc", "config/tmux"]]
|
||||
|
||||
[tasks.nano]
|
||||
links = [[".nanorc", "config/nanorc"]]
|
||||
|
||||
[tasks.git]
|
||||
cmds = [["@install", "git"]]
|
||||
templates = [[".gitconfig", "gitconfig"]]
|
||||
templates = [[".gitconfig", "config/gitconfig"]]
|
||||
|
||||
[tasks.zsh]
|
||||
rejects = [["which", "zsh"]]
|
||||
|
@ -65,9 +68,8 @@
|
|||
"automake",
|
||||
"gcc"
|
||||
]]
|
||||
|
||||
[tasks.term]
|
||||
cms = [
|
||||
cmds = [
|
||||
["wget", "https://raw.githubusercontent.com/thestinger/termite/master/termite.terminfo"],
|
||||
["tic", "-x", "termite.terminfo"]
|
||||
]
|
||||
|
@ -89,4 +91,4 @@
|
|||
### Run
|
||||
###
|
||||
[tasks.default]
|
||||
deps = ["htop", "tmux", "git", "zsh", "dev", "vim", "golang", "ssh"]
|
||||
deps = ["htop", "tmux", "git", "zsh", "dev", "vim", "golang", "ssh", "nano"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue