Merge
This commit is contained in:
commit
6aad7fa7fb
6 changed files with 66 additions and 38 deletions
15
common.toml
15
common.toml
|
@ -1,9 +1,12 @@
|
|||
###
|
||||
### Macros
|
||||
###
|
||||
[macros.install__ubuntu]
|
||||
[macros.install__debian]
|
||||
prefix = ["sudo", "apt-get", "install"]
|
||||
|
||||
[macros.install__work]
|
||||
prefix = ["ovh-root", "install"]
|
||||
|
||||
[macros.install__arch]
|
||||
prefix = ["sudo", "pacman", "-S"]
|
||||
|
||||
|
@ -23,18 +26,18 @@
|
|||
### Tasks
|
||||
###
|
||||
[tasks.htop]
|
||||
rejects = [["which", "htop"]]
|
||||
cmds = [["@install", "htop"]]
|
||||
links = [[".config/htop/htoprc", "config/htop"]]
|
||||
# rejects = [["which", "htop"]]
|
||||
cmds = [["@install", "htop"]]
|
||||
|
||||
[tasks.asciinema]
|
||||
cmds = [["@install", "asciinema"]]
|
||||
links = [[".config/asciinema/config", "config/asciinema"]]
|
||||
|
||||
[tasks.tmux]
|
||||
rejects = [["which", "tmux"]]
|
||||
cmds = [["@install", "tmux"]]
|
||||
links = [[".tmux.conf", "config/tmux"]]
|
||||
# rejects = [["which", "tmux"]]
|
||||
cmds = [["@install", "tmux"]]
|
||||
|
||||
[tasks.nano]
|
||||
links = [[".nanorc", "config/nanorc"]]
|
||||
|
@ -44,7 +47,7 @@
|
|||
templates = [[".gitconfig", "config/gitconfig"]]
|
||||
|
||||
[tasks.zsh]
|
||||
rejects = [["which", "zsh"]]
|
||||
# rejects = [["which", "zsh"]]
|
||||
cmds = [
|
||||
["@install", "zsh"],
|
||||
["@clone", "--depth=1" ,"https://github.com/robbyrussell/oh-my-zsh.git", ".oh-my-zsh"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue