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.

10 lines
160 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: python
  3. # key: python
  4. # --
  5. python "${1:install something}" do
  6. user "${2:root}"
  7. cwd "${3:/tmp}"
  8. code <<-EOH
  9. $0
  10. EOH
  11. end