Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install zsh-syntax-highlighting

# Clone this repository into $ZSH_CUSTOM/plugins (by default ~/.oh-my-zsh/custom/plugins)
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting

# Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):
# plugins=(zsh-syntax-highlighting)
Comment

install zsh-syntax-highlighting

sudo apt install -y zsh-syntax-highlighting
Comment

install zsh-syntax-highlighting

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
Comment

PREVIOUS NEXT
Code Example
Shell :: install folium using anaconda 
Shell :: how to change a user email for a project in git 
Shell :: git config location 
Shell :: remove nginx 
Shell :: kill all processes by user 
Shell :: git cancel last commit 
Shell :: hot to remove .env from git 
Shell :: spotify download ubuntu 
Shell :: conda install speechrecognition 
Shell :: ram usage in linux 
Shell :: create venv ubuntu 20.04 
Shell :: flask login install 
Shell :: install aws cli 2 yum 
Shell :: powershell get current user 
Shell :: git cannot spawn gpg no such file or directory 
Shell :: adb for ubuntu 
Shell :: git change master to main 
Shell :: change git remote repository 
Shell :: nginx: [error] open() "/run/nginx.pid" failed (2: No such file or directory) 
Shell :: Error loading webview: Error: Could not register service workers: InvalidStateError: Failed to register a ServiceWorker: The document is in an invalid state 
Shell :: how to uninstall vlc in ubuntu 
Shell :: sh check if directory is empty 
Shell :: install docker raspberry 
Shell :: where is /dev/kvm 
Shell :: Column count of mysql.proc is wrong. Expected 21, found 20. Created with MariaDB 100145, now running 100415. Please use mysql_upgrade to fix this error 
Shell :: fatal: Not possible to fast-forward, aborting. 
Shell :: powershell open chrome url in incognito 
Shell :: install c++ ubuntu 
Shell :: could not find expected browser (chrome) locally. run npm install to download the correct chromium 
Shell :: snap install clion 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =