File tree 4 files changed +23
-3
lines changed
4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change
1
+ Just a list of applications not installed via homebrew that are useful:
2
+ - BetterSnapTool
3
+ - Discord
4
+ - Flux
5
+ - Chrome
6
+ - iTerm 2
7
+ - Slack
8
+ - Spotify
9
+ - Todoist
10
+ - VSCode
11
+ - VLC
12
+ - WhatsApp
13
+ - Zoom
14
+
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ alias vim="nvim"
8
8
# ----- GIT COMMANDS -----
9
9
alias gs="git status -uno"
10
10
alias gacp="git add . && git commit -m 'WIP' && git push origin HEAD"
11
+ alias glp="git log --pretty=oneline"
11
12
# ----- END GIT COMMANDS -----
12
13
13
14
# ----- PATH Appendings -----
Original file line number Diff line number Diff line change 3
3
# This file exists both for literal development environment config purposes (to programmically redo my setup)
4
4
# and also for human config purposes :) - to remind me how my setup works + tips and tricks
5
5
#
6
- # NOTE: need to mark this script as executable with: chmod 755 ./setup.sh
6
+ # NOTE:
7
+ # When you clone this repo, you need to mark this script as executable with: chmod 755 ./setup.sh
7
8
8
9
# ----- HOMEBREW Installation -----
9
10
# xcode-select --install # Apple's Command Line Tools - needed for a bunch of random Homebrew things
@@ -36,6 +37,8 @@ echo "Finished configuing new bash!"
36
37
# brew install ripgrep # best empirical backend for both fzf (filename searching) and ack (file content searching)
37
38
# brew install node
38
39
# brew install yt-dlp/taps/yt-dlp # faster version of youtube download
40
+ # brew install --cask emacs # thinking of trying this
41
+ # brew install watchman # for sorbet
39
42
40
43
# Configuring personal git things
41
44
git config --global user.email
" [email protected] "
Original file line number Diff line number Diff line change 1
1
{
2
- "workbench.colorTheme" : " Monokai Dimmed " ,
2
+ "workbench.colorTheme" : " Visual Studio Dark " ,
3
3
"vim.insertModeKeyBindings" : [
4
4
{
5
5
"before" : [" j" , " j" ],
6
6
"after" : [" <Esc>" ]
7
7
}
8
- ]
8
+ ],
9
+ "security.workspace.trust.untrustedFiles" : " open" ,
10
+ "sorbet.enabled" : true
9
11
}
You can’t perform that action at this time.
0 commit comments