mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 00:48:45 +00:00
Add zsh plugins
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
linux: link bash_git_prompt tmux vim
|
||||
macos: link link_mac mac_setup bash_git_prompt brew cask tmux vim
|
||||
linux: link bash_git_prompt tmux vim zsh
|
||||
macos: link link_mac mac_setup bash_git_prompt brew cask tmux vim zsh
|
||||
|
||||
link:
|
||||
-rm ~/.aliases
|
||||
@@ -10,7 +10,7 @@ link:
|
||||
-rm ~/.tmux.conf
|
||||
-rm ~/.zsh/.zprompt
|
||||
-rm ~/.zsh/.zshrc
|
||||
mkdir -p ~/.zshs
|
||||
mkdir -p ~/.zsh
|
||||
ln -s ~/Git/dotfiles/git/.git-completion.bash ~
|
||||
ln -s ~/Git/dotfiles/git/.gitconfig ~
|
||||
ln -s ~/Git/dotfiles/shell/.aliases ~
|
||||
@@ -51,3 +51,6 @@ vim:
|
||||
ln -s ~/Git/dotfiles/.vim ~
|
||||
ln -s ~/Git/dotfiles/.vimrc ~
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||
|
||||
zsh:
|
||||
git clone git@github.com:softmoth/zsh-vim-mode.git ~/.zsh/zsh-vim-modes
|
||||
|
||||
@@ -18,3 +18,4 @@ brew 'tmux'
|
||||
brew 'tree'
|
||||
brew 'wget'
|
||||
brew 'youtube-dl'
|
||||
brew 'zsh-syntax-highlighting'
|
||||
|
||||
+5
-1
@@ -41,9 +41,13 @@ setopt no_beep # Don't beep on command input error
|
||||
fpath+=$HOME/Git/dotfiles/functions
|
||||
autoload extract
|
||||
|
||||
# load bashcompinit for some old bash completions
|
||||
# Load bashcompinit for some old bash completions
|
||||
autoload bashcompinit && bashcompinit
|
||||
|
||||
source $ZDOTDIR/.zshrc.local
|
||||
source $HOME/.aliases
|
||||
source $HOME/.aliases.local
|
||||
|
||||
# Plugins
|
||||
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source "$ZDOTDIR/zsh-vim-mode/zsh-vim-mode.plugin.zsh"
|
||||
|
||||
Reference in New Issue
Block a user