-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.configs
29 lines (23 loc) · 1.31 KB
/
.configs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/sh
ICLOUD_DRIVE="$HOME/Library/Mobile Documents/com~apple~CloudDocs/macOS"
APP_SUPORT="/Library/Application Support"
PREFS="/Library/Preferences"
CODE="$APP_SUPORT/Cursor/User"
# Dotfiles
ln -sf "${ICLOUD_DRIVE}/.gitconfig" ~
# ln -sf "${ICLOUD_DRIVE}/.ssh/config" ~/.ssh
ln -sf "${ICLOUD_DRIVE}/.zshrc" ~
# ln -sf "${ICLOUD_DRIVE}/.oh-my-zsh/custom" ~/.oh-my-zsh
# Cursor
# ln -sf "${ICLOUD_DRIVE}${CODE}/keybindings.json" "${HOME}${CODE}/keybindings.json"
# ln -sf "${ICLOUD_DRIVE}${CODE}/settings.json" "${HOME}${CODE}/settings.json"
# ln -sf "${ICLOUD_DRIVE}${CODE}/snippets" "${HOME}${CODE}"
# Jumpcut
ln -sf "${ICLOUD_DRIVE}${APP_SUPORT}/Jumpcut/JCEngine.save" "${HOME}${APP_SUPORT}/Jumpcut/JCEngine.save"
ln -sf "${ICLOUD_DRIVE}${PREFS}/net.sf.Jumpcut.plist" "${HOME}${PREFS}/net.sf.Jumpcut.plist"
# Misc
# ln -sf "${ICLOUD_DRIVE}${SUBL}/User" "${HOME}${SUBL}"
ln -sf "${ICLOUD_DRIVE}${PREFS}/com.apple.symbolichotkeys.plist" "${HOME}${PREFS}/com.apple.symbolichotkeys.plist"
ln -sf "${ICLOUD_DRIVE}${PREFS}/com.googlecode.iterm2.plist" "${HOME}${PREFS}/com.googlecode.iterm2.plist"
# ln -sf "${ICLOUD_DRIVE}${PREFS}/com.surteesstudios.Bartender.plist" "${HOME}${PREFS}/com.surteesstudios.Bartender.plist"
# ln -sf "${ICLOUD_DRIVE}${PREFS}/com.binarynights.ForkLift-3.plist" "${HOME}${PREFS}/com.binarynights.ForkLift-3.plist"