Skip to content

Commit

Permalink
refactor: remove zsh configurations
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Elet <sebastien@elet.fr>
  • Loading branch information
SebastienElet committed Jan 27, 2025
1 parent 7c71aad commit 652e9a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 124 deletions.
110 changes: 0 additions & 110 deletions .zshrc

This file was deleted.

15 changes: 1 addition & 14 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ terminal: \
tldr \
tmux \
tokei \
wezterm \
zsh
wezterm

~/.config:
mkdir $@
Expand Down Expand Up @@ -310,18 +309,6 @@ ${BREW_BIN}/yabai:
~/.yabairc:
ln -s ~/.dotfiles/.yabairc $@

zsh: starship fzf ~/.zshrc ~/.zsh/zsh-autosuggestions ~/.zsh/zsh-syntax-highlighting ~/.zsh/zsh-completions
~/.zshrc:
ln -s ~/.dotfiles/.zshrc $@
@echo 'If you want to switch your shell to zsh, please run the following command'
@echo '$> chsh -s /bin/zsh'
~/.zsh/zsh-autosuggestions:
git clone https://github.com/zsh-users/zsh-autosuggestions $@
~/.zsh/zsh-syntax-highlighting:
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $@
~/.zsh/zsh-completions:
git clone https://github.com/zsh-users/zsh-completions $@

bash-language-server: node ${NPM_BIN}/bash-language-server
${NPM_BIN}/bash-language-server:
@npm -g install bash-language-server
Expand Down

0 comments on commit 652e9a5

Please sign in to comment.