More updates/fixes for mojave install

main
Steffen Rademacker 6 years ago
parent 620aef38b8
commit a8ec779998

@ -11,7 +11,6 @@ brew install neomutt/neomutt/neomutt --with-gpgme
brew install ripmime
brew install w3m
brew install vdirsyncer
read -p "Press any key to continue... " -n1 -s
# python dependencies (for mutt)
sudo pip3 install -I urlscan
@ -25,12 +24,9 @@ mkdir ~/Mail/viu
mkdir ~/Mail/mf
mkdir ~/Mail/kfi
mkdir ~/Mail/hsv
read -p "Press any key to continue... " -n1 -s
ln -s ~/dotfiles/office/mutt ~/.mutt
ln -s ~/dotfiles/office/mbsyncrc ~/.mbsyncrc
ln -s ~/dotfiles/office/msmtprc ~/.msmtprc
ln -s ~/dotfiles/office/khal ~/.config/khal
ln -s ~/dotfiles/office/khard ~/.config/khard
ln -s ~/dotfiles/office/vdirsyncer ~/.vdirsyncer
read -p "Press any key to continue... " -n1 -s

@ -10,10 +10,10 @@ sudo -v
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
# Set computer name (as done via System Preferences → Sharing)
sudo scutil --set ComputerName "mausohr"
sudo scutil --set HostName "mausohr"
sudo scutil --set LocalHostName "mausohr"
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server NetBIOSName -string "mausohr"
sudo scutil --set ComputerName "langohr"
sudo scutil --set HostName "langohr"
sudo scutil --set LocalHostName "langohr"
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server NetBIOSName -string "langohr"
# Finder: show hidden files by default
defaults write com.apple.finder AppleShowAllFiles -bool true
@ -25,9 +25,6 @@ defaults write com.apple.terminal StringEncodings -array 4
defaults write com.apple.TextEdit PlainTextEncoding -int 4
defaults write com.apple.TextEdit PlainTextEncodingForWrite -int 4
# Disable transparency in the menu bar and elsewhere
defaults write com.apple.universalaccess reduceTransparency -bool true
# Expand save panel by default
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true
@ -60,12 +57,6 @@ defaults write NSGlobalDomain com.apple.mouse.tapBehavior -int 0
# (e.g. enable Tab in modal dialogs)
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3
# Use scroll gesture with the Ctrl (^) modifier key to zoom
defaults write com.apple.universalaccess closeViewScrollWheelToggle -bool true
defaults write com.apple.universalaccess HIDScrollZoomModifierMask -int 262144
# Follow the keyboard focus while zoomed in
defaults write com.apple.universalaccess closeViewZoomFollowsFocus -bool true
# Wipe all (default) app icons from the Dock
defaults write com.apple.dock persistent-apps -array

@ -8,7 +8,10 @@
{
"complex_modifications": {
"parameters": {
"basic.to_if_alone_timeout_milliseconds": 1000
"basic.simultaneous_threshold_milliseconds": 50,
"basic.to_delayed_action_delay_milliseconds": 500,
"basic.to_if_alone_timeout_milliseconds": 1000,
"basic.to_if_held_down_threshold_milliseconds": 500
},
"rules": [
{
@ -101,6 +104,7 @@
"vendor_id": 1452
},
"ignore": true,
"manipulate_caps_lock_led": true,
"simple_modifications": []
},
{
@ -113,6 +117,7 @@
"vendor_id": 2131
},
"ignore": false,
"manipulate_caps_lock_led": false,
"simple_modifications": []
}
],
@ -219,8 +224,9 @@
"simple_modifications": [],
"virtual_hid_keyboard": {
"caps_lock_delay_milliseconds": 0,
"country_code": 0,
"keyboard_type": "ansi"
}
}
]
}
}

@ -13,7 +13,7 @@ path = ~/Calendars/41
color = light green
[[viu]]
path = /Users/webgefrickel/Library/Calendars/D07E2A21-9CA1-4A7E-80F2-90D567F2D601.exchange/52034395-C43D-4514-B88E-FD764F5D8AF6.calendar/Events
path = /Users/webgefrickel/Library/Calendars/C2849994-955C-403B-995C-496A3E549CF4.exchange/A01D7897-BE65-431F-AB64-5965B9EAD9BD.calendar/Events
color = brown
readonly = true

Loading…
Cancel
Save