You've already forked dotfiles
test: Trying out removing the zsh suggestions and syntax highlighting
for now.
This commit is contained in:
@@ -24,6 +24,7 @@ declare -A configs=(
|
||||
declare -a config_directories=(
|
||||
"$HOME/.config/nvim"
|
||||
"$HOME/.config/wezterm"
|
||||
"$HOME/.config/zsh"
|
||||
)
|
||||
|
||||
for dir in ${config_directories[@]}; do
|
||||
|
||||
19
zsh/zshrc
19
zsh/zshrc
@@ -1,4 +1,4 @@
|
||||
# call `zprof` to profile all calls in the current shell
|
||||
# Call `zprof` to profile all calls in the current shell
|
||||
# Uncomment here and at the bottom of the file, then fully reopen a terminal
|
||||
# zmodload zsh/zprof
|
||||
|
||||
@@ -22,16 +22,21 @@ fi
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
|
||||
# Install the zsh-autosuggestions plugin if it doesn't exist
|
||||
if [ ! -d ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions ]
|
||||
then
|
||||
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||
fi
|
||||
# if [ ! -d ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions ]
|
||||
# then
|
||||
# git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||
# fi
|
||||
|
||||
# if [ ! -d ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting ]
|
||||
# then
|
||||
# git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
||||
# fi
|
||||
|
||||
plugins=(
|
||||
fzf
|
||||
zsh-autosuggestions
|
||||
# zsh-syntax-highlighting
|
||||
virtualenvwrapper
|
||||
# zsh-autosuggestions
|
||||
# zsh-syntax-highlighting
|
||||
)
|
||||
|
||||
# Disable the startup update checks
|
||||
|
||||
Reference in New Issue
Block a user