work add's
This commit is contained in:
parent
5a6669a5fc
commit
bb68ddcc34
4 changed files with 64 additions and 10 deletions
|
@ -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"]
|
||||
|
||||
|
@ -40,7 +43,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