-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.sh
executable file
·57 lines (47 loc) · 907 Bytes
/
setup.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
#!/bin/bash
DOTFILE_PATH=~/dotfiles/
cd ${DOTFILE_PATH}
#set common confirguration
source ${DOTFILE_PATH}setup/common.sh
if [[ `uname` == 'Darwin' ]]; then
#set ios confirguration
source ${DOTFILE_PATH}setup/ios.sh
else
#set linux confirguration
source ${DOTFILE_PATH}setup/linux.sh
fi
#install ZSH
if [[ "$#" -ne 1 ]] && [[ "$1" != "--quiet" ]]; then
user_value=""
echo "Do you want to install ZSH Shell ? (yes/no) "
read user_value
if [[ "$user_value" == "yes" ]]; then
if [[ -x /usr/bin/apt-get ]]; then
sudo apt-get install -y zsh
else
brew install zsh coreutils
fi
fi
fi
unset file
##Package to download
#google-chrome
#google-drive
#iterm2 (mac)
#ImageOptim (mac)
#Cyberduck (mac)
#SiweUp (mac)
#AMPPS
##Personal use
#Keepass Desktop (mac)
#vlc
#teamviewer
#steam
#origin (Windows)
#skype
#teamspeak-client
#razer synapse
##From App Store
#xCode
#textwrangler
#Caffeine