From 7999193a52252bf35954ed623f14b22f943804f9 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 7 Oct 2020 14:30:55 +0200 Subject: Added ignore dSYM, pydoc3 alias c_formatter path ssh-add --- .zprofile | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index 16d3e16..6c37821 100755 --- a/.zprofile +++ b/.zprofile @@ -1,5 +1,23 @@ -if [[ "$(tty)" = "/dev/tty1" ]]; then - startx +# if [[ "$(tty)" = "/dev/tty1" ]]; then +# startx # xset r rate 200 40 - poweroff -fi +# poweroff +# fi + +# # Disable natural scrolling +# defaults write "Apple Global Domain" com.apple.swipescrolldirection -bool false +# +# # Enable dark theme +# osascript -e 'tell app "System Events" to tell appearance preferences to set dark mode to true' +# +# # Keyrepeat delay +# defaults write NSGlobalDomain InitialKeyRepeat -int 15 +# defaults write NSGlobalDomain KeyRepeat -int 2 +# +# # Change desktop picture +# # osascript -e "tell application \"Finder\" to set desktop picture to POSIX file \"/Users/$(whoami)/background.jpg\"" +# +# # Night shift +# defaults write com.apple.universalaccess lastNightShiftActive -int 1 +# defaults write com.apple.universalaccess lastNightShiftEnabled -int 1 +# defaults write com.apple.universalaccess lastNightShiftMode -int 0 -- cgit