mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 19:22:38 +00:00
Remove thefuck
This commit is contained in:
parent
4833523de3
commit
38bcdac6e5
2 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue