aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-10-07 14:30:55 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-10-07 14:30:55 +0200
commit7999193a52252bf35954ed623f14b22f943804f9 (patch)
tree2ad3e229a994182168bdac4115d0ceb815ea2a2d /.zprofile
parent50a4d34887acbfcd2d0ba4e91e6e9a74afe1de59 (diff)
downloaddotfiles-7999193a52252bf35954ed623f14b22f943804f9.tar.gz
dotfiles-7999193a52252bf35954ed623f14b22f943804f9.tar.bz2
dotfiles-7999193a52252bf35954ed623f14b22f943804f9.zip
Added ignore dSYM, pydoc3 alias c_formatter path ssh-add
Diffstat (limited to '.zprofile')
-rwxr-xr-x.zprofile26
1 files changed, 22 insertions, 4 deletions
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