Skip to content

Commit

Permalink
fixed some errors and addeed more tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjarte Klyve Larsen authored and Bjarte Klyve Larsen committed Jun 2, 2019
1 parent 733ff1c commit 8b3aaf2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 2 additions & 4 deletions newmac.osx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defaults write NSGlobalDomain AppleHighlightColor -string "0.764700 0.976500 0.5
defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 2

# Always show scrollbars
defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
#defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
# Possible values: `WhenScrolling`, `Automatic` and `Always`

# Disable the over-the-top focus ring animation
Expand Down Expand Up @@ -146,8 +146,6 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightC
defaults -currentHost write NSGlobalDomain com.apple.trackpad.trackpadCornerClickBehavior -int 1
defaults -currentHost write NSGlobalDomain com.apple.trackpad.enableSecondaryClick -bool true

# Disable “natural” (Lion-style) scrolling
defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false

# Increase sound quality for Bluetooth headphones/headsets
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40
Expand Down Expand Up @@ -716,4 +714,4 @@ for app in "Activity Monitor" \
"iCal"; do
killall "${app}" &> /dev/null
done
echo "Done. Note that some of these changes require a logout/restart to take effect."
echo "Done. Note that some of these changes require a logout/restart to take effect."
5 changes: 5 additions & 0 deletions tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ brew install gnupg
gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
\curl -sSL https://get.rvm.io | bash -s stable --ruby

# Golang
brew install go


# Node
brew install node
npm install -g react-native-cli
Expand All @@ -76,6 +80,7 @@ circleci setup
circleci config validate
brew install ack
brew install httpie
brew install z

pip3 install awscli
pip3 install aws-google-auth
Expand Down
6 changes: 3 additions & 3 deletions vim/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ echo "Install plug for vim"
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

# Install fonts for airline bar
echo "Downloading fonts"
brew tap homebrew/cask-fonts
brew cask install font-droidsansmono-nerd-font
# echo "Downloading fonts"
# brew tap homebrew/cask-fonts
# brew cask install font-droidsansmono-nerd-font


echo "Recommended add an alias to from vim to nvim"
Expand Down

0 comments on commit 8b3aaf2

Please sign in to comment.