Last active
          October 25, 2024 05:26 
        
      - 
      
 - 
        
Save weihao/d68e794d3bf9d0df1964b490225cc114 to your computer and use it in GitHub Desktop.  
    zsh
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | apt install zsh | |
| sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
| 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 | |
| git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k | |
| ZSH_THEME="powerlevel10k/powerlevel10k" | |
| plugins=(git zsh-autosuggestions zsh-syntax-highlighting history) | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment