-
Notifications
You must be signed in to change notification settings - Fork 0
/
run.sh
executable file
·72 lines (58 loc) · 2.89 KB
/
run.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
NODE_VERSION=5
mkdir -p ~/Priv/
chsh -s /bin/zsh
ln -sf `pwd`/shell ~/.shell
ln -sf `pwd`/.zshrc ~/.zshrc
ln -sf `pwd`/.zpreztorc ~/.zpreztorc
ln -sf `pwd`/.gitignore_global ~/.gitignore
ln -sf `pwd`/shell/prezto ~/.zprezto
ln -sf `pwd`/shell/prezto/runcoms/zlogin ~/.zlogin
ln -sf `pwd`/shell/prezto/runcoms/zlogout ~/.zlogout
ln -sf `pwd`/shell/prezto/runcoms/zprofile ~/.zprofile
ln -sf `pwd`/shell/prezto/runcoms/zshenv ~/.zshenv
source ~/.shell/variables.sh
#Installing Brew and Application
# ./apps/bootstrap.sh
#Installing Stable Node
# n stable
# ./apps/bootstrap.sh
#Installing GVM & Gradle
curl -s get.sdkman.io | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk version
#legit install
dscacheutil -flushcache
defaults write com.apple.finder AppleShowAllFiles YES
killall Finder /System/Library/CoreServices/Finder.app
git config --global core.excludesfile '~/.gitignore'
git config --global user.name "Artur Skowronski"
git config --global user.email "[email protected]"
git config --global core.pager "npx diff-so-fancy | less --tabs=4 -RFX"
defaults write com.apple.Dock showhidden -bool YES && killall Dock
defaults write com.apple.dock mouse-over-hilite-stack -bool true
defaults write com.apple.dock tilesize -int 36
defaults write com.apple.dock mineffect -string "scale"
defaults write com.apple.dock minimize-to-application -bool true
defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true
defaults write com.apple.dock show-process-indicators -bool true
defaults write com.apple.dock static-only -bool true
defaults write com.apple.dock launchanim -bool false
defaults write com.apple.dock expose-animation-duration -float 0.1
defaults write com.apple.dashboard mcx-disabled -bool true
defaults write com.apple.dock dashboard-in-overlay -bool true
defaults write com.apple.dock mru-spaces -bool false
defaults write com.apple.dock autohide-delay -float 0
defaults write com.apple.dock autohide-time-modifier -float 0
defaults write com.apple.dock autohide -bool true
defaults write com.apple.dock showhidden -bool true
defaults write com.apple.dock show-recents -bool false
# echo " Easter Egg seals are happy ";
# echo " (\/ ) _ _ ( \/) ";
# echo " \ | ( \/ ) | / ";
# echo " ) | \ / | ( ";
# echo " / \ \/ / \ ";
# echo " ,- \ / \ / -, ";
# echo " /6 6 \ / _ \ / a a ";
# echo " &/(_x_ ),_/.) / 6 6 \ (.\_,( _x_)-/} ";
# echo " .-*>(_x_)< .-* ";
# echo " ";