Skip to content

Collection of config files for pylint, zsh, vim, etc

Notifications You must be signed in to change notification settings

sash-ko/configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim

  • Install Vundle:

    git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    
  • Run VundleInstall

  • Install vim-plug:

    curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
      https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
    
  • Run PlugInstall

Oh My Zsh

  • Install ohmyzsh:

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    
  • Install starship:

    brew install starship
    
  • Install fzf:

    brew install fzf
    
  • Install zsh-autosuggestions:

    git clone https://github.com/zsh-users/zsh-autosuggestions \
      ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
    
  • Install zsh-syntax-highlighting:

    git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \
      ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
    
  • Copy starship.toml to ~/.config/

  • Use:

    • ctrl+r - search
    • ctrl+t - cd folders

About

Collection of config files for pylint, zsh, vim, etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published