mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-17 09:25:52 +00:00
34 lines
777 B
Bash
Executable File
34 lines
777 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
brew tap homebrew-ffmpeg/ffmpeg
|
|
brew tap homebrew/cask-drivers
|
|
brew tap homebrew/services
|
|
|
|
# install additional brew packages -- see _install.sh too
|
|
brew install clipper
|
|
brew install exa
|
|
brew install fzf
|
|
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-fdk-aac
|
|
brew install htop
|
|
brew install jump
|
|
brew install lazygit
|
|
brew install nnn
|
|
brew install ripgrep
|
|
brew install starship
|
|
brew install tree
|
|
|
|
ln -s ~/dotfiles/lazygit ~/.config/lazygit
|
|
ln -s ~/Dotfiles/starship.toml ~/.config/starship.toml
|
|
ln -s ~/dotfiles/lazygit ~/Library/Application\ Support/lazygit
|
|
|
|
# node cli tools and helpers
|
|
npm install -g diff-so-fancy
|
|
npm install -g fkill-cli
|
|
|
|
# install fzf
|
|
/usr/local/opt/fzf/install
|
|
|
|
# clipper
|
|
mkdir -p ~/Library/LaunchAgents
|
|
brew services start clipper
|