Vitaliy Timtsurak 5 kuukautta sitten
vanhempi
sitoutus
384d676512
2 muutettua tiedostoa jossa 17 lisäystä ja 0 poistoa
  1. BIN
      home/bin/lla
  2. 17 0
      zsh_plugin_git_install.sh

BIN
home/bin/lla


+ 17 - 0
zsh_plugin_git_install.sh

@@ -0,0 +1,17 @@
+#!/bin/bash
+
+#   $$\               $$\   $$\           $$\        $$$$$$\              $$\     
+#   $$ |              $$ |  $$ |          $$ |      $$$ __$$\             $$ |    
+# $$$$$$\    $$$$$$\  $$ |  $$ | $$$$$$\  $$$$$$$\  $$$$\ $$ | $$$$$$$\ $$$$$$\   
+# \_$$  _|  $$  __$$\ $$$$$$$$ |$$  __$$\ $$  __$$\ $$\$$\$$ |$$  _____|\_$$  _|  
+#   $$ |    $$$$$$$$ |\_____$$ |$$ /  $$ |$$ |  $$ |$$ \$$$$ |\$$$$$$\    $$ |    
+#   $$ |$$\ $$   ____|      $$ |$$ |  $$ |$$ |  $$ |$$ |\$$$ | \____$$\   $$ |$$\ 
+#   \$$$$  |\$$$$$$$\       $$ |\$$$$$$$ |$$ |  $$ |\$$$$$$  /$$$$$$$  |  \$$$$  |
+#    \____/  \_______|      \__| \____$$ |\__|  \__| \______/ \_______/    \____/ 
+#                               $$\   $$ |                                        
+#                               \$$$$$$  |                                        
+#                                \______/                                         
+
+# Plugins
+git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
+git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting