-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.sh
executable file
·76 lines (63 loc) · 1.91 KB
/
init.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
# -------- Brew -------- #
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# -------- Kitty -------- #
brew install kitty
# -------- Git -------- #
brew install git
brew install gnupg
# -------- Karabiner -------- #
brew install --cask karabiner-elements
# -------- Yabai -------- #
brew install koekeishiya/formulae/yabai
brew install koekeishiya/formulae/skhd
# csrutil enable --without fs --without debug --without nvram
# csrutil disable --with kext --with dtrace --with basesystem
# sudo nvram boot-args=-arm64e_preview_abi
# echo "$(whoami) ALL=(root) NOPASSWD: sha256:$(shasum -a 256 $(which yabai) | cut -d " " -f 1) $(which yabai) --load-sa" | sudo tee /private/etc/sudoers.d/yabai
# yabai --start-service
# skhd --start-service
# -------- Dev -------- #
brew install --cask miniconda
brew install cmake
brew install openjdk@17
brew install openjdk@21
curl -s "https://get.sdkman.io" | bash
brew install go
brew install rust
brew install rustup
brew install rust-analyzer
brew install node
brew install terraform
brew install --cask docker
brew install --cask postman
brew install bun
brew install mysql-client
brew install mongodb-community-shell
# -------- Neovim -------- #
brew install neovim
brew install --cask neovide
brew install --cask font-hack-nerd-font
brew install wget
brew install fd
brew install ripgrep
brew install lazygit
brew install luarocks
brew install fish
# -------- Neovim -------- #
pip install neovim isort black pylatexenc
npm install -g neovim
# -------- VSCode -------- #
brew install --cask visual-studio-code
# -------- CLI -------- #
brew install eza
brew install tmux
brew install speedtest-cli
# -------- Util -------- #
brew install --cask slack
brew install --cask discord
brew install --cask nextcloud
# -------- Etc -------- #
brew install autojump
brew install neofetch
brew install bpytop
# defaults write -g ApplePressAndHoldEnabled -bool false