Remove thefuck

This commit is contained in:
Mikkel Svartveit 2023-04-17 20:30:35 +02:00
parent 4833523de3
commit 38bcdac6e5
2 changed files with 1 additions and 5 deletions

View file

@ -38,7 +38,7 @@ echo "source ~/.config/vim/.vimrc" > .vimrc
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install Homebrew packages # Install Homebrew packages
brew install python fish git neovim ripgrep autojump thefuck brew install python fish git neovim ripgrep autojump
# Install Node Version Manager and Node # Install Node Version Manager and Node
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash

View file

@ -7,7 +7,6 @@ alias nvimconfig="cd ~/.config/nvim && nvim && cd -"
alias ai="sgpt -se" alias ai="sgpt -se"
abbr x86 "arch -x86_64" abbr x86 "arch -x86_64"
abbr f "fuck"
abbr v "nvim" abbr v "nvim"
abbr gpf "git push --force-with-lease" abbr gpf "git push --force-with-lease"
abbr ghv "gh repo view --web" abbr ghv "gh repo view --web"
@ -54,9 +53,6 @@ end
# Enable autojump # Enable autojump
[ -f /opt/homebrew/share/autojump/autojump.fish ]; and source /opt/homebrew/share/autojump/autojump.fish [ -f /opt/homebrew/share/autojump/autojump.fish ]; and source /opt/homebrew/share/autojump/autojump.fish
# Initialize fuck
thefuck --alias | source
# Allow running pip packages # Allow running pip packages
export PATH="/Users/mikkelsvartveit/Library/Python/3.9/bin:$PATH" export PATH="/Users/mikkelsvartveit/Library/Python/3.9/bin:$PATH"