Lazygit conf + spotify-tui removed

main
Steffen Rademacker 2 years ago
parent fc2ccacc67
commit c98a927966

@ -14,7 +14,6 @@ brew install lazygit
brew install nnn
brew install ripgrep
brew install speedread
brew install spotify-tui
brew install spotifyd
brew install starship
brew install switchaudio-osx
@ -26,7 +25,6 @@ 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

@ -43,3 +43,6 @@ export N_PREFIX="$HOME/n"; [[ :$PATH: == *":$N_PREFIX/bin:"* ]] || PATH+=":$N_PR
# tt-time-tracker
export SHEET_FILE='/Users/webgefrickel/Documents/tt-time-tracker.json'
# lazygit
export LG_CONFIG_FILE="/Users/webgefrickel/.config/lazygit/config.yml"

Loading…
Cancel
Save