mirror of
https://github.com/turtlebasket/env.git
synced 2026-03-04 11:34:27 -08:00
updates
This commit is contained in:
17
scripts/NvimLauncher.applescript
Normal file
17
scripts/NvimLauncher.applescript
Normal file
@@ -0,0 +1,17 @@
|
||||
# Modified from: https://gist.github.com/charlietran/43639b0f4e0a01c7c20df8f1929b76f2?permalink_comment_id=2737814#gistcomment-2737814
|
||||
# Instructions:
|
||||
# - Create new application in Automator
|
||||
# - Add "run applescript" step
|
||||
# - Paste in the below script
|
||||
|
||||
on run {input, parameters}
|
||||
set myPath to POSIX path of input
|
||||
set cmd to "/opt/homebrew/bin/nvim -p " & quote & myPath & quote
|
||||
tell application "iTerm"
|
||||
activate
|
||||
tell current window
|
||||
create tab with default profile command cmd
|
||||
end tell
|
||||
end tell
|
||||
end run
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
brew install bat cmake gitkraken go htop lsd neofetch node npm openjdk@11 tree vimr yarn
|
||||
brew install bat cmake gitkraken go htop lsd neofetch node npm openjdk@11 macvim yarn yt-dlp
|
||||
brew install --cask --no-quarantine middleclick
|
||||
brew install --cask hammerspoon scroll-reverser rectangle
|
||||
|
||||
4
scripts/disable_app_store_notifs.sh
Normal file
4
scripts/disable_app_store_notifs.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
# a treatment to the downright horrendous fanboy cope session i have just witnessed on the apple support forums
|
||||
|
||||
defaults write com.apple.appstored LastUpdateNotification -date "2029-12-12 12:00:00 +0000"
|
||||
|
||||
Reference in New Issue
Block a user