-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.sh
More file actions
70 lines (59 loc) · 1.52 KB
/
setup.sh
File metadata and controls
70 lines (59 loc) · 1.52 KB
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
sudo mv -f Public ~/.Public
sudo mv -f Downloads downloads
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
packages=(
balenaetcher
btop
emacs
fastfetch
google-japanese-ime
microsoft-excel
microsoft-powerpoint
microsoft-word
nodejs
pdfsam-basic
python-tk
r
ranger
samba
thunderbird
tmux
tree
vesktop
zoom
)
for i in "${packages[@]}"; do
brew install "$i";
done
#brew link mysql-client --force
mv Rprofile ~/.Rprofile
curl https://raw.githubusercontent.com/mxvish/dotfiles/main/.vimrc > /home/$USER/.vimrc
curl https://raw.githubusercontent.com/mxvish/dotfiles/main/.vimrc > /var/root/.vimrc
mv zshrc ~/.zshrc
touch ~/.hushlogin
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist
defaults write com.apple.dock autohide -bool true
defaults write com.apple.dock persistent-apps -array
defaults write com.apple.dock show-recents -bool false
killall Dock
rm LICENSE README.md
"""
system settings
keyboard layouts
use australian english and google japanese input
trackpad
secondary click
click in bottom right corner
spotlight
search results
check applications only
desktop & dock
check automatically hide and show the dock
control center
show in menubar
bluetooth
don't show in menubar
now playing
spotlight
"""