Skip to content
Snippets Groups Projects
all 357 B
Newer Older
  • Learn to ignore specific revisions
  • # Please feel free to add your favorite software you need absolutely everywhere
    # here. However, please do not leave too much stuff nobody else might use or
    # stuff that could be handy for an attacker.
    apt_essential_packages:
     - vim
    
    # This is all the stuff we neither need nor want on our computers.
    apt_unwanted_packages:
     - vim-tiny
    
    # vim: set ft=yaml: