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.
 
 
 
 
 
 

19 lines
291 B

# -*- mode: snippet -*-
# name: header
# key: he
# --
declare name "$1";
declare version "${2:0.1}";
declare author "$3";
declare license "${4:$$
(yas-choose-value '(
"AGPLv3"
"Apache"
"BSD 2-clause"
"BSD 3-clause"
"GPLv2"
"GPLv3"
"LGPLv3"
"MIT"
))}";
$0