Klimi's new dotfiles with stow.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

11 righe
244 B

# -*- mode: snippet -*-
# name: git
# key: git
# --
git "${1:/home/user/deployment}" do
repository "${2:git@github.com:gitsite/deploymentployment.git}"
reference "${3:master}"
user "${4:user}"
group "${5:templateest}"
action :sync
end