-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.install.sh
97 lines (80 loc) · 1.9 KB
/
.install.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
#!/bin/zsh
# Install xCode cli tools
echo "Installing commandline tools..."
xcode-select --install
# Homebrew
## Install
echo "Installing Brew..."
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew analytics off
## Taps
echo "Tapping Brew..."
brew tap FelixKratz/formulae
## Formulae
echo "Installing Brew Formulae..."
brew install wget
brew install sketchybar
brew install borders
brew install keychain
### Terminal
brew install neovim
brew install nushell
brew install zellij
brew install zsh-autosuggestions
brew install zsh-fast-syntax-highlighting
brew install zoxide
brew install starship
brew install yazi
brew install carapace
brew install eza
brew install fzf
brew install ripgrep
brew install fd
### Development
brew install neovim
brew install helix
#### Python
brew install python
brew install uv
brew install ipython
brew install ruff
#### LSP
brew install python-lsp-server
brew install basedpyright
brew install pylyzer
brew install vscode-langservers-extracted
brew install typescript-language-server
brew install marksman
brew install markdownlint-cli
brew install texlab
brew install yaml-language-server
### Nice to have
brew install lazygit
brew install prettier
### Anki Media Converter
brew install webp
brew install avif
## Casks
echo "Installing Brew Casks..."
### Terminals & Browsers
brew install --cask wezterm
### IDE
brew install --cask zed
### Office
brew install --cask inkscape
brew install --cask libreoffice
brew install --cask libreoffice-language-pack
brew install --cask zoom
brew install --cask meetingbar
brew install --cask skim
brew install --cask vlc
### Fonts
brew install --cask sf-symbols
brew install --cask font-sf-mono
brew install --cask font-sf-pro
brew install --cask font-hack-nerd-font
brew install --cask font-jetbrains-mono
brew install --cask font-fira-code
### PKM
brew install --cask obsidian
brew install --cask anki