ソースを参照

Fix errors

1.ZSH fix plugins
2.Nvim fix logo commit error
TE1ch0st 3 年 前
コミット
cb831440a2
3 ファイル変更12 行追加8 行削除
  1. 1 0
      nvim/config_installer.sh
  2. 8 8
      nvim/init.vim
  3. 3 0
      zsh/zshrc

+ 1 - 0
nvim/config_installer.sh

@@ -16,3 +16,4 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.
        https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
 
 echo "Nvim config is installed!"
+nvim

+ 8 - 8
nvim/init.vim

@@ -1,11 +1,11 @@
-#	$$$$$$$$\ $$$$$$$$\   $$\             $$\        $$$$$$\              $$\     
-#	\__$$  __|$$  _____|$$$$ |            $$ |      $$$ __$$\             $$ |    
-#	   $$ |   $$ |      \_$$ |   $$$$$$$\ $$$$$$$\  $$$$\ $$ | $$$$$$$\ $$$$$$\   
-#	   $$ |   $$$$$\      $$ |  $$  _____|$$  __$$\ $$\$$\$$ |$$  _____|\_$$  _|  
-#	   $$ |   $$  __|     $$ |  $$ /      $$ |  $$ |$$ \$$$$ |\$$$$$$\    $$ |    
-#	   $$ |   $$ |        $$ |  $$ |      $$ |  $$ |$$ |\$$$ | \____$$\   $$ |$$\ 
-#	   $$ |   $$$$$$$$\ $$$$$$\ \$$$$$$$\ $$ |  $$ |\$$$$$$  /$$$$$$$  |  \$$$$  |
-#	   \__|   \________|\______| \_______|\__|  \__| \______/ \_______/    \____/
+"	$$$$$$$$\ $$$$$$$$\   $$\             $$\        $$$$$$\              $$\     
+"	\__$$  __|$$  _____|$$$$ |            $$ |      $$$ __$$\             $$ |    
+"	   $$ |   $$ |      \_$$ |   $$$$$$$\ $$$$$$$\  $$$$\ $$ | $$$$$$$\ $$$$$$\   
+"	   $$ |   $$$$$\      $$ |  $$  _____|$$  __$$\ $$\$$\$$ |$$  _____|\_$$  _|  
+"	   $$ |   $$  __|     $$ |  $$ /      $$ |  $$ |$$ \$$$$ |\$$$$$$\    $$ |    
+"	   $$ |   $$ |        $$ |  $$ |      $$ |  $$ |$$ |\$$$ | \____$$\   $$ |$$\ 
+"	   $$ |   $$$$$$$$\ $$$$$$\ \$$$$$$$\ $$ |  $$ |\$$$$$$  /$$$$$$$  |  \$$$$  |
+"	   \__|   \________|\______| \_______|\__|  \__| \______/ \_______/    \____/
 
 "Base"
 :set number

+ 3 - 0
zsh/zshrc

@@ -1,3 +1,5 @@
+#!/bin/bash
+
 #	$$$$$$$$\ $$$$$$$$\   $$\             $$\        $$$$$$\              $$\     
 #	\__$$  __|$$  _____|$$$$ |            $$ |      $$$ __$$\             $$ |    
 #	   $$ |   $$ |      \_$$ |   $$$$$$$\ $$$$$$$\  $$$$\ $$ | $$$$$$$\ $$$$$$\   
@@ -13,6 +15,7 @@ export ZSH="$HOME/.oh-my-zsh"
 # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
 ZSH_THEME="agnoster"
 
+plugins=(git sudo zsh-autosuggestions zsh-syntax-highlighting)
 source $ZSH/oh-my-zsh.sh
 
 # Example aliases