TE1ch0st 2 роки тому
батько
коміт
4a6c8c1f9b
6 змінених файлів з 60 додано та 47 видалено
  1. 11 8
      README.md
  2. 11 8
      nvim/config_installer.sh
  3. 2 2
      zsh/config_installer.sh
  4. 0 20
      zsh/te1ch0st.py
  5. 23 0
      zsh/te4gh0st.py
  6. 13 9
      zsh/zshrc

+ 11 - 8
README.md

@@ -1,11 +1,14 @@
 # My configs
 ```
-$$$$$$$$\ $$$$$$$$\   $$\             $$\        $$$$$$\              $$\     
-\__$$  __|$$  _____|$$$$ |            $$ |      $$$ __$$\             $$ |    
-   $$ |   $$ |      \_$$ |   $$$$$$$\ $$$$$$$\  $$$$\ $$ | $$$$$$$\ $$$$$$\   
-   $$ |   $$$$$\      $$ |  $$  _____|$$  __$$\ $$\$$\$$ |$$  _____|\_$$  _|  
-   $$ |   $$  __|     $$ |  $$ /      $$ |  $$ |$$ \$$$$ |\$$$$$$\    $$ |    
-   $$ |   $$ |        $$ |  $$ |      $$ |  $$ |$$ |\$$$ | \____$$\   $$ |$$\ 
-   $$ |   $$$$$$$$\ $$$$$$\ \$$$$$$$\ $$ |  $$ |\$$$$$$  /$$$$$$$  |  \$$$$  |
-   \__|   \________|\______| \_______|\__|  \__| \______/ \_______/    \____/ 
+  $$\               $$\   $$\           $$\        $$$$$$\              $$\     
+  $$ |              $$ |  $$ |          $$ |      $$$ __$$\             $$ |    
+$$$$$$\    $$$$$$\  $$ |  $$ | $$$$$$\  $$$$$$$\  $$$$\ $$ | $$$$$$$\ $$$$$$\   
+\_$$  _|  $$  __$$\ $$$$$$$$ |$$  __$$\ $$  __$$\ $$\$$\$$ |$$  _____|\_$$  _|  
+  $$ |    $$$$$$$$ |\_____$$ |$$ /  $$ |$$ |  $$ |$$ \$$$$ |\$$$$$$\    $$ |    
+  $$ |$$\ $$   ____|      $$ |$$ |  $$ |$$ |  $$ |$$ |\$$$ | \____$$\   $$ |$$\ 
+  \$$$$  |\$$$$$$$\       $$ |\$$$$$$$ |$$ |  $$ |\$$$$$$  /$$$$$$$  |  \$$$$  |
+   \____/  \_______|      \__| \____$$ |\__|  \__| \______/ \_______/    \____/ 
+                              $$\   $$ |                                        
+                              \$$$$$$  |                                        
+                               \______/                                         
 ```

+ 11 - 8
nvim/config_installer.sh

@@ -1,13 +1,16 @@
 #!/bin/bash
 
-#	$$$$$$$$\ $$$$$$$$\   $$\             $$\        $$$$$$\              $$\     
-#	\__$$  __|$$  _____|$$$$ |            $$ |      $$$ __$$\             $$ |    
-#	   $$ |   $$ |      \_$$ |   $$$$$$$\ $$$$$$$\  $$$$\ $$ | $$$$$$$\ $$$$$$\   
-#	   $$ |   $$$$$\      $$ |  $$  _____|$$  __$$\ $$\$$\$$ |$$  _____|\_$$  _|  
-#	   $$ |   $$  __|     $$ |  $$ /      $$ |  $$ |$$ \$$$$ |\$$$$$$\    $$ |    
-#	   $$ |   $$ |        $$ |  $$ |      $$ |  $$ |$$ |\$$$ | \____$$\   $$ |$$\ 
-#	   $$ |   $$$$$$$$\ $$$$$$\ \$$$$$$$\ $$ |  $$ |\$$$$$$  /$$$$$$$  |  \$$$$  |
-#	   \__|   \________|\______| \_______|\__|  \__| \______/ \_______/    \____/  
+#   $$\               $$\   $$\           $$\        $$$$$$\              $$\     
+#   $$ |              $$ |  $$ |          $$ |      $$$ __$$\             $$ |    
+# $$$$$$\    $$$$$$\  $$ |  $$ | $$$$$$\  $$$$$$$\  $$$$\ $$ | $$$$$$$\ $$$$$$\   
+# \_$$  _|  $$  __$$\ $$$$$$$$ |$$  __$$\ $$  __$$\ $$\$$\$$ |$$  _____|\_$$  _|  
+#   $$ |    $$$$$$$$ |\_____$$ |$$ /  $$ |$$ |  $$ |$$ \$$$$ |\$$$$$$\    $$ |    
+#   $$ |$$\ $$   ____|      $$ |$$ |  $$ |$$ |  $$ |$$ |\$$$ | \____$$\   $$ |$$\ 
+#   \$$$$  |\$$$$$$$\       $$ |\$$$$$$$ |$$ |  $$ |\$$$$$$  /$$$$$$$  |  \$$$$  |
+#    \____/  \_______|      \__| \____$$ |\__|  \__| \______/ \_______/    \____/ 
+#                               $$\   $$ |                                        
+#                               \$$$$$$  |                                        
+#                                \______/                                         
 
 mkdir -p  ~/.config/nvim
 cp init.vim ~/.config/nvim/init.vim

+ 2 - 2
zsh/config_installer.sh

@@ -14,8 +14,8 @@ git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-m
 git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
 
 # logo
-mkdir -p ~/.te1ch0st
-cp -f te1ch0st.py ~/.te1ch0st/te1ch0st.py
+mkdir -p ~/.te4gh0st
+cp -f te4gh0st.py ~/.te4gh0st/te4gh0st.py
 cp -f zshrc ~/.zshrc
 sudo apt install python3
 sudo apt install python3-pip

+ 0 - 20
zsh/te1ch0st.py

@@ -1,20 +0,0 @@
-#!/usr/bin/python3
-
-from colorama import Fore, Back, Style, init
-
-init(autoreset=True)
-
-logo = '''
-$$$$$$$$\ $$$$$$$$\   $$\             $$\        $$$$$$\              $$\     
-\__$$  __|$$  _____|$$$$ |            $$ |      $$$ __$$\             $$ |    
-   $$ |   $$ |      \_$$ |   $$$$$$$\ $$$$$$$\  $$$$\ $$ | $$$$$$$\ $$$$$$\   
-   $$ |   $$$$$\      $$ |  $$  _____|$$  __$$\ $$\$$\$$ |$$  _____|\_$$  _|  
-   $$ |   $$  __|     $$ |  $$ /      $$ |  $$ |$$ \$$$$ |\$$$$$$\    $$ |    
-   $$ |   $$ |        $$ |  $$ |      $$ |  $$ |$$ |\$$$ | \____$$\   $$ |$$\ 
-   $$ |   $$$$$$$$\ $$$$$$\ \$$$$$$$\ $$ |  $$ |\$$$$$$  /$$$$$$$  |  \$$$$  |
-   \__|   \________|\______| \_______|\__|  \__| \______/ \_______/    \____/ 
-'''
-print(Fore.RED + logo)
-print(Fore.RED + ''.center(78, '-'))
-print(Back.BLACK + Fore.WHITE + 'Welcome'.center(78))
-print(Fore.RED + ''.center(78, '-'))

+ 23 - 0
zsh/te4gh0st.py

@@ -0,0 +1,23 @@
+#!/usr/bin/python3
+
+from colorama import Fore, Back, Style, init
+
+init(autoreset=True)
+
+logo = '''
+  $$\               $$\   $$\           $$\        $$$$$$\              $$\     
+  $$ |              $$ |  $$ |          $$ |      $$$ __$$\             $$ |    
+$$$$$$\    $$$$$$\  $$ |  $$ | $$$$$$\  $$$$$$$\  $$$$\ $$ | $$$$$$$\ $$$$$$\   
+\_$$  _|  $$  __$$\ $$$$$$$$ |$$  __$$\ $$  __$$\ $$\$$\$$ |$$  _____|\_$$  _|  
+  $$ |    $$$$$$$$ |\_____$$ |$$ /  $$ |$$ |  $$ |$$ \$$$$ |\$$$$$$\    $$ |    
+  $$ |$$\ $$   ____|      $$ |$$ |  $$ |$$ |  $$ |$$ |\$$$ | \____$$\   $$ |$$\ 
+  \$$$$  |\$$$$$$$\       $$ |\$$$$$$$ |$$ |  $$ |\$$$$$$  /$$$$$$$  |  \$$$$  |
+   \____/  \_______|      \__| \____$$ |\__|  \__| \______/ \_______/    \____/ 
+                              $$\   $$ |                                        
+                              \$$$$$$  |                                        
+                               \______/                                         
+'''
+print(Fore.RED + logo)
+print(Fore.RED + ''.center(78, '-'))
+print(Back.BLACK + Fore.WHITE + 'Welcome'.center(78))
+print(Fore.RED + ''.center(78, '-'))

+ 13 - 9
zsh/zshrc

@@ -1,13 +1,17 @@
 #!/bin/bash
 
-#	$$$$$$$$\ $$$$$$$$\   $$\             $$\        $$$$$$\              $$\     
-#	\__$$  __|$$  _____|$$$$ |            $$ |      $$$ __$$\             $$ |    
-#	   $$ |   $$ |      \_$$ |   $$$$$$$\ $$$$$$$\  $$$$\ $$ | $$$$$$$\ $$$$$$\   
-#	   $$ |   $$$$$\      $$ |  $$  _____|$$  __$$\ $$\$$\$$ |$$  _____|\_$$  _|  
-#	   $$ |   $$  __|     $$ |  $$ /      $$ |  $$ |$$ \$$$$ |\$$$$$$\    $$ |    
-#	   $$ |   $$ |        $$ |  $$ |      $$ |  $$ |$$ |\$$$ | \____$$\   $$ |$$\ 
-#	   $$ |   $$$$$$$$\ $$$$$$\ \$$$$$$$\ $$ |  $$ |\$$$$$$  /$$$$$$$  |  \$$$$  |
-#	   \__|   \________|\______| \_______|\__|  \__| \______/ \_______/    \____/  
+#   $$\               $$\   $$\           $$\        $$$$$$\              $$\     
+#   $$ |              $$ |  $$ |          $$ |      $$$ __$$\             $$ |    
+# $$$$$$\    $$$$$$\  $$ |  $$ | $$$$$$\  $$$$$$$\  $$$$\ $$ | $$$$$$$\ $$$$$$\   
+# \_$$  _|  $$  __$$\ $$$$$$$$ |$$  __$$\ $$  __$$\ $$\$$\$$ |$$  _____|\_$$  _|  
+#   $$ |    $$$$$$$$ |\_____$$ |$$ /  $$ |$$ |  $$ |$$ \$$$$ |\$$$$$$\    $$ |    
+#   $$ |$$\ $$   ____|      $$ |$$ |  $$ |$$ |  $$ |$$ |\$$$ | \____$$\   $$ |$$\ 
+#   \$$$$  |\$$$$$$$\       $$ |\$$$$$$$ |$$ |  $$ |\$$$$$$  /$$$$$$$  |  \$$$$  |
+#    \____/  \_______|      \__| \____$$ |\__|  \__| \______/ \_______/    \____/ 
+#                               $$\   $$ |                                        
+#                               \$$$$$$  |                                        
+#                                \______/                                         
+
 
 # Path to your oh-my-zsh installation.
 export ZSH="$HOME/.oh-my-zsh"
@@ -23,4 +27,4 @@ source $ZSH/oh-my-zsh.sh
 # alias ohmyzsh="mate ~/.oh-my-zsh"
 
 #TE1ch0st logo in start
-~/.te1ch0st/te1ch0st.py
+~/.te4gh0st/te4gh0st.py