|
89 | 89 | printf "\\nEnter a name for your Mac. (Leave blank for default: %s)\\n" "$DEFAULT_COMPUTER_NAME"
|
90 | 90 | read -r -p "> " COMPUTER_NAME
|
91 | 91 | export COMPUTER_NAME=${COMPUTER_NAME:-$DEFAULT_COMPUTER_NAME}
|
92 |
| - |
93 |
| -printf "\\nEnter a host name for your Mac. (Leave blank for default: %s)\\n" "$DEFAULT_HOST_NAME" |
94 |
| -read -r -p "> " HOST_NAME |
95 |
| -export HOST_NAME=${HOST_NAME:-$DEFAULT_HOST_NAME} |
| 92 | +export HOST_NAME=$OMPUTER_NAME |
96 | 93 |
|
97 | 94 |
|
98 | 95 |
|
@@ -178,22 +175,3 @@ code --install-extension ms-python.python
|
178 | 175 | defaults write com.googlecode.iterm2.plist PrefsCustomFolder -string "~/.dotfiles/iterm2"
|
179 | 176 | # Tell iTerm2 to use the custom preferences in the directory
|
180 | 177 | defaults write com.googlecode.iterm2.plist LoadPrefsFromCustomFolder -bool true
|
181 |
| - |
182 |
| -# set dock Icons |
183 |
| - |
184 |
| -dockutil --no-restart --remove all |
185 |
| -dockutil --no-restart --add "/System/Applications/Launchpad.app" |
186 |
| -dockutil --no-restart --add "/Applications/Safari.app" |
187 |
| -dockutil --no-restart --add "/Applications/Google Chrome.app" |
188 |
| -dockutil --no-restart --add "/Applications/Firefox.app" |
189 |
| -dockutil --no-restart --add "/Applications/Thunderbird.app" |
190 |
| -dockutil --no-restart --add "/Applications/iTerm.app" |
191 |
| -dockutil --no-restart --add "/Applications/Visual Studio Code.app" |
192 |
| -dockutil --no-restart --add "/Applications/Sublime Text.app" |
193 |
| -dockutil --no-restart --add "/Applications/Sublime Merge.app" |
194 |
| -dockutil --no-restart --add "/Applications/Slack.app" |
195 |
| -dockutil --no-restart --add "/Applications/Spotify.app" |
196 |
| -dockutil --no-restart --add "/System/Applications/App Store.app" |
197 |
| -dockutil --no-restart --add "/System/Applications/System Preferences.app" |
198 |
| - |
199 |
| -killall Dock |
0 commit comments