profile-readme.conf 530 B

123456789101112131415161718192021
  1. print_info() {
  2. prin "noahvogt@github"
  3. info underline
  4. prin "OS" "human, male"
  5. prin "Website" "noahvogt.com"
  6. prin "Uptime" "18 years +"
  7. prin "Packages" "31 (github)"
  8. prin ""
  9. prin "Allrounder Skills" "Python / Java / C / C++"
  10. prin "Unix Skills" "POSIX Shell / Bash / AWK / Regex"
  11. prin "Web Skills" "HTML / CSS / JavaScript / PHP / SQL"
  12. prin "Text Formatting Skills" "TeX / roff"
  13. prin "Other Language Skills" "TIBasic / Batch"
  14. prin ""
  15. prin "Hi there, have a nice day :)"
  16. }