Преглед изворни кода

added files needed to generate neofetch-like profile

Noah пре 4 година
родитељ
комит
57fcecff2d
2 измењених фајлова са 37 додато и 0 уклоњено
  1. 16 0
      octocat-ascii.txt
  2. 21 0
      profile-readme.conf

+ 16 - 0
octocat-ascii.txt

@@ -0,0 +1,16 @@
+                  ......                  
+            .::############::.            
+        .:######################:.        
+     .:############################:.     
+   .:#####´`³################³´`####:.    
+  .#######.   `´´        ``´   .#######.  
+ .########:                    :########. 
+.########´                      `########.
+:########                        ########:
+`########.                      .########´
+ ³########:.                  .:########³ 
+  `############:..      ..:############´  
+    `###. `³####´        `###########´    
+      `###:. `³´          #########´      
+        `³######          ######³´        
+            `³³´          `³³´            

+ 21 - 0
profile-readme.conf

@@ -0,0 +1,21 @@
+print_info() {
+    prin "noahvogt@github"
+    info underline
+
+    prin "OS" "human, male"
+    prin "Website" "noahvogt.com"
+    prin "Uptime" "18 years +"
+    prin "Packages" "31 (github)"
+
+    prin ""
+
+    prin "Allrounder Skills" "Python / Java / C / C++"
+    prin "Unix Skills" "POSIX Shell / Bash / AWK / Regex"
+    prin "Web Skills" "HTML / CSS / JavaScript / PHP / SQL"
+    prin "Text Formatting Skills" "TeX / roff"
+    prin "Other Language Skills" "TIBasic / Batch"
+
+    prin ""
+
+    prin "Hi there, have a nice day :)"
+}