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"]]
|
cmds = [["@install", "tmux"]]
|
||||||
links = [[".zshrc", "config/tmux"]]
|
links = [[".zshrc", "config/tmux"]]
|
||||||
|
|
||||||
|
[tasks.nano]
|
||||||
|
links = [[".nanorc", "config/nanorc"]]
|
||||||
|
|
||||||
[tasks.git]
|
[tasks.git]
|
||||||
cmds = [["@install", "git"]]
|
cmds = [["@install", "git"]]
|
||||||
templates = [[".gitconfig", "gitconfig"]]
|
templates = [[".gitconfig", "config/gitconfig"]]
|
||||||
|
|
||||||
[tasks.zsh]
|
[tasks.zsh]
|
||||||
rejects = [["which", "zsh"]]
|
rejects = [["which", "zsh"]]
|
||||||
|
@ -65,9 +68,8 @@
|
||||||
"automake",
|
"automake",
|
||||||
"gcc"
|
"gcc"
|
||||||
]]
|
]]
|
||||||
|
|
||||||
[tasks.term]
|
[tasks.term]
|
||||||
cms = [
|
cmds = [
|
||||||
["wget", "https://raw.githubusercontent.com/thestinger/termite/master/termite.terminfo"],
|
["wget", "https://raw.githubusercontent.com/thestinger/termite/master/termite.terminfo"],
|
||||||
["tic", "-x", "termite.terminfo"]
|
["tic", "-x", "termite.terminfo"]
|
||||||
]
|
]
|
||||||
|
@ -89,4 +91,4 @@
|
||||||
### Run
|
### Run
|
||||||
###
|
###
|
||||||
[tasks.default]
|
[tasks.default]
|
||||||
deps = ["htop", "tmux", "git", "zsh", "dev", "vim", "golang", "ssh"]
|
deps = ["htop", "tmux", "git", "zsh", "dev", "vim", "golang", "ssh", "nano"]
|
||||||
|
|
14
config/zshrc
14
config/zshrc
|
@ -15,7 +15,7 @@ ZSH_THEME="agnoster"
|
||||||
# COMPLETION_WAITING_DOTS="true"
|
# COMPLETION_WAITING_DOTS="true"
|
||||||
|
|
||||||
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
# DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||||
HIST_STAMPS="yyy-mm-dd"
|
HIST_STAMPS="yyyy-mm-dd"
|
||||||
|
|
||||||
# Would you like to use another custom folder than $ZSH/custom?
|
# Would you like to use another custom folder than $ZSH/custom?
|
||||||
# ZSH_CUSTOM=/path/to/new-custom-folder
|
# ZSH_CUSTOM=/path/to/new-custom-folder
|
||||||
|
@ -104,11 +104,11 @@ encode64
|
||||||
#gem
|
#gem
|
||||||
git
|
git
|
||||||
git-extras
|
git-extras
|
||||||
git-flow
|
#git-flow
|
||||||
git-flow-avh
|
#git-flow-avh
|
||||||
git-hubflow
|
#git-hubflow
|
||||||
git-prompt
|
#git-prompt
|
||||||
git-remote-branch
|
#git-remote-branch
|
||||||
#gitfast
|
#gitfast
|
||||||
#github
|
#github
|
||||||
gitignore
|
gitignore
|
||||||
|
@ -311,8 +311,6 @@ alias ll='ls -ahl'
|
||||||
alias fr='setxkbmap fr'
|
alias fr='setxkbmap fr'
|
||||||
alias us='setxkbmap us'
|
alias us='setxkbmap us'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
status() {
|
status() {
|
||||||
print ""
|
print ""
|
||||||
print "Date..: "$(date "+%Y-%m-%d %H:%M:%S")""
|
print "Date..: "$(date "+%Y-%m-%d %H:%M:%S")""
|
||||||
|
|
Loading…
Add table
Reference in a new issue