Skip to content

Commit

Permalink
update: Remove TF. It's useless.
Browse files Browse the repository at this point in the history
  • Loading branch information
chevcast committed Jan 15, 2025
1 parent f635943 commit 59b9419
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 52 deletions.
5 changes: 0 additions & 5 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,6 @@ if command -v fzf &> /dev/null ; then
fi
fi

if command -v thefuck &> /dev/null ; then
# Generated with `thefuck --alias`
source "$HOME/.dotfiles/tf-aliases.zsh"
fi

# Generated with `zoxide init zsh`
command -v zoxide &> /dev/null && source "$HOME/.dotfiles/zoxide.zsh"

Expand Down
8 changes: 0 additions & 8 deletions install-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ yay -Syuv --noconfirm --needed --disable-download-timeout \
python-pip \
python-setuptools \
ripgrep \
thefuck \
tlrc-bin \
unzip \
zsh \
Expand Down Expand Up @@ -77,13 +76,6 @@ echo "...done!"
# Install rust.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path

# Update neovim plugins.
#echo "Installing Neovim plugins..."
#nvim --headless "+Lazy! sync" +qa
#nvim --headless "+MasonUpdate" +qa
#nvim --headless "+TSUpdateSync" +qa
#echo "...done!"

# Change user's default shell to ZSH.
echo "Authorizing ZSH and setting default shell..."
sudo sh -c "echo $(which zsh) >> /etc/shells"
Expand Down
6 changes: 0 additions & 6 deletions install-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ brew install \
powerlevel10k \
python \
ripgrep \
thefuck \
tlrc \
volta \
wezterm \
Expand Down Expand Up @@ -95,11 +94,6 @@ brew install neovim --HEAD || {
}
echo "...done!"

# Update neovim plugins.
echo "Installing Neovim plugins..."
nvim --headless "+Lazy! sync" "+sleep 5" +MasonUpdate "+sleep 5" +TSUpdateSync "+sleep 5" +qa
echo "...done!"

echo "Authorizing ZSH and setting default shell..."
sudo sh -c "echo $(which zsh) >> /etc/shells"
sudo chsh -s "$(which zsh)" "$USER"
Expand Down
33 changes: 0 additions & 33 deletions tf-aliases.zsh

This file was deleted.

0 comments on commit 59b9419

Please sign in to comment.