Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rebortg committed Jan 17, 2024
1 parent 3d772b3 commit 0f42536
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 28 deletions.
4 changes: 4 additions & 0 deletions dotfiles/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ export PATH="/opt/homebrew/opt/postgresql@12/bin/:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/[email protected]/lib"
export CPPFLAGS="-I/opt/homebrew/opt/[email protected]/include"

# Ansible crash with powershell
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES

source "$ZSH/oh-my-zsh.sh"
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh

export PATH="/opt/homebrew/opt/crowdin@3/bin:$PATH"
24 changes: 1 addition & 23 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,7 @@ echo
printf "\\nEnter a name for your Mac. (Leave blank for default: %s)\\n" "$DEFAULT_COMPUTER_NAME"
read -r -p "> " COMPUTER_NAME
export COMPUTER_NAME=${COMPUTER_NAME:-$DEFAULT_COMPUTER_NAME}

printf "\\nEnter a host name for your Mac. (Leave blank for default: %s)\\n" "$DEFAULT_HOST_NAME"
read -r -p "> " HOST_NAME
export HOST_NAME=${HOST_NAME:-$DEFAULT_HOST_NAME}
export HOST_NAME=$OMPUTER_NAME



Expand Down Expand Up @@ -178,22 +175,3 @@ code --install-extension ms-python.python
defaults write com.googlecode.iterm2.plist PrefsCustomFolder -string "~/.dotfiles/iterm2"
# Tell iTerm2 to use the custom preferences in the directory
defaults write com.googlecode.iterm2.plist LoadPrefsFromCustomFolder -bool true

# set dock Icons

dockutil --no-restart --remove all
dockutil --no-restart --add "/System/Applications/Launchpad.app"
dockutil --no-restart --add "/Applications/Safari.app"
dockutil --no-restart --add "/Applications/Google Chrome.app"
dockutil --no-restart --add "/Applications/Firefox.app"
dockutil --no-restart --add "/Applications/Thunderbird.app"
dockutil --no-restart --add "/Applications/iTerm.app"
dockutil --no-restart --add "/Applications/Visual Studio Code.app"
dockutil --no-restart --add "/Applications/Sublime Text.app"
dockutil --no-restart --add "/Applications/Sublime Merge.app"
dockutil --no-restart --add "/Applications/Slack.app"
dockutil --no-restart --add "/Applications/Spotify.app"
dockutil --no-restart --add "/System/Applications/App Store.app"
dockutil --no-restart --add "/System/Applications/System Preferences.app"

killall Dock
5 changes: 0 additions & 5 deletions macos/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ brew "wget"
brew "python"
brew "pipenv"
brew "tmux"
brew "dockutil"
brew "tree"
brew "cython"
brew "youtube-dl"

cask 'db-browser-for-sqlite'
cask '1password'
cask 'bartender'
cask 'docker'
Expand All @@ -24,12 +22,9 @@ cask 'thunderbird'
cask 'google-chrome'
cask 'slack'
cask 'sublime-text'
cask 'sublime-merge'
cask 'visual-studio-code'
cask 'iterm2'
cask 'vlc'
cask 'postman'
cask 'vagrant'
cask 'wireshark'
cask 'spotify'
cask 'istat-menus'
Expand Down

0 comments on commit 0f42536

Please sign in to comment.