소스 검색

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 :)"
+}