Compare commits
No commits in common. "01f4f228d4c3e42744d4e5b61f6f9a80c5ef38b8" and "68e0a94a81331510dcefc4c93c8656a511624224" have entirely different histories.
01f4f228d4
...
68e0a94a81
@ -42,5 +42,3 @@ cask "syntax-highlight"
|
||||
cask "visual-studio-code"
|
||||
cask "keyboard-maestro"
|
||||
cask "kaleidoscope"
|
||||
cask "contexts"
|
||||
cask "signal"
|
||||
|
||||
@ -15,7 +15,7 @@ local APPS = {
|
||||
browser = {"Safari"},
|
||||
editors = {DEFAULTS["EDITOR"], {"Xcode"}, {"Code", "Visual Studio Code"}, {"IntelliJ IDEA"}},
|
||||
chats = {{"Microsoft Teams"}, {"Telegram"}},
|
||||
messengers = {{"Messages"}, {"Telegram"}, {"Signal"}},
|
||||
messengers = {{"Messages"}, {"Telegram"}},
|
||||
music = {DEFAULTS["MUSIC"], {"Music"}},
|
||||
calendar = {"Calendar"},
|
||||
terminal = {"iTerm", "iTerm2"},
|
||||
|
||||
@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
#defaults write -g NSWindowShouldDragOnGesture -bool true
|
||||
brew bundle --file=~/.config/Brewfile
|
||||
|
||||
~/.config/rectangle
|
||||
~/.config/scroll-reverser
|
||||
|
||||
open ~/.config/terminal/PaperColor.terminal && sleep 5
|
||||
defaults write com.apple.terminal "Default Window Settings" -string "PaperColor"
|
||||
defaults write com.apple.Terminal "Startup Window Settings" -string "PaperColor"
|
||||
Loading…
x
Reference in New Issue
Block a user