Back to native git

main
Steffen Rademacker 2 years ago
parent 3cf3cfa186
commit 0592da4d0f

@ -26,10 +26,10 @@ brew install viu
curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | sh
ln -s ~/dotfiles/lazygit ~/.config/lazygit
ln -s ~/dotfiles/lazygit ~/Library/Application\ Support/lazygit
ln -s ~/dotfiles/starship.toml ~/.config/starship.toml
ln -s ~/dotfiles/yamllint.yml ~/.config/yamllint/config
ln -s ~/dotfiles/spotifyd.toml ~/.config/spotifyd/spotifyd.conf
ln -s ~/dotfiles/lazygit ~/Library/Application\ Support/lazygit
# other cli tools and helpers
npm install -g fkill-cli

@ -12,7 +12,6 @@ export PAGER="less -F -i -J -M -R -W -x2 -X -z-4"
export PATH=/opt/homebrew/bin:$PATH
export PATH=/opt/homebrew/sbin:$PATH
export PATH=/opt/homebrew/opt/curl/bin:$PATH
export PATH=/Users/webgefrickel/git/bin:$PATH
export PATH=/Users/webgefrickel/.cargo/bin:$PATH
export SHELL=/opt/homebrew/bin/zsh
export TERM=xterm-256color

Loading…
Cancel
Save