Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
312 B

# -*- mode: snippet -*-
# name: user
# key: user
# --
user "${1:random}" do
action :create
comment "${2:Random User}"
uid ${3:1000}
gid "${4:users}"
home "${5:/home/random}"
shell "${6:/bin/zsh}"
password "${7:\$1\$JJsvHslV\$szsCjVEroftprNn4JHtDi.}"
supports :manage_home =>manage_home true
end