-
Notifications
You must be signed in to change notification settings - Fork 0
/
brew.sh
executable file
·77 lines (64 loc) · 1.81 KB
/
brew.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
set -e
# install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install python
brew install ipython
brew install fzf
brew install ripgrep
brew install tree
brew install httrack
brew install node
brew install yarn
brew install zoxide
brew install bat
brew install neovim
brew install ranger
brew install lazygit
brew install highlight #install highlight for ranger preview
brew install cask
brew install nvm
brew install stow
brew install ffmpeg
brew install youtube-dl
brew install tldr
brew install gum
brew install atuin
brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font
python3 -m pip install --user --upgrade pynvim
yarn global add neovim
# regular utilities
brew install --cask alfred
brew install --cask appcleaner
brew install --cask firefox
brew install --cask kitty
brew install --cask transmission
brew install --cask anki
brew install --cask vlc
brew install rectangle
#social
brew install --cask telegram
#work / code related
brew install --cask tunnelblick
brew install --cask zoom
brew install --cask pixelsnap
brew install --cask cleanshot
brew install --cask vscodium
brew tap homebrew/cask-versions
brew install --cask firefox-developer-edition
# delta installation with lazygit
brew install git-delta
# https://github.com/stedolan/jq
# Lightweight and flexible command-line JSON processor
brew install jq
#--------------------------------------
# https://github.com/koekeishiya/skhd
# Simple hotkey daemon for macOS
#brew install koekeishiya/formulae/skhd
#--------------------------------------
##add config files to
# git clone https://github.com/PetitBandit/dotfiles.git $HOME/dotfiles
##zsh
echo "source $HOME/dotfiles/zsh/zshrc"> $HOME/.zshrc
npm install -g typescript typescript-language-server
npm i -g vscode-langservers-extracted