-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
5,552 additions
and
542 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
580 changes: 580 additions & 0 deletions
580
roles/dotfiles/files/Mackup/.config/karabiner/automatic_backups/karabiner_20220818.json
Large diffs are not rendered by default.
Oops, something went wrong.
598 changes: 598 additions & 0 deletions
598
roles/dotfiles/files/Mackup/.config/karabiner/automatic_backups/karabiner_20220921.json
Large diffs are not rendered by default.
Oops, something went wrong.
638 changes: 638 additions & 0 deletions
638
roles/dotfiles/files/Mackup/.config/karabiner/automatic_backups/karabiner_20230518.json
Large diffs are not rendered by default.
Oops, something went wrong.
677 changes: 677 additions & 0 deletions
677
roles/dotfiles/files/Mackup/.config/karabiner/automatic_backups/karabiner_20240411.json
Large diffs are not rendered by default.
Oops, something went wrong.
755 changes: 755 additions & 0 deletions
755
roles/dotfiles/files/Mackup/.config/karabiner/automatic_backups/karabiner_20240416.json
Large diffs are not rendered by default.
Oops, something went wrong.
765 changes: 765 additions & 0 deletions
765
roles/dotfiles/files/Mackup/.config/karabiner/automatic_backups/karabiner_20240503.json
Large diffs are not rendered by default.
Oops, something went wrong.
765 changes: 765 additions & 0 deletions
765
roles/dotfiles/files/Mackup/.config/karabiner/automatic_backups/karabiner_20240527.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+176 KB
(540%)
roles/dotfiles/files/Mackup/.ipython/profile_default/history.sqlite
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
#!/usr/bin/env bash | ||
# | ||
# Move files into a directory without the read flag | ||
# | ||
|
||
PRIVATE_DIR="~/Incomplete/testing" | ||
|
||
|
||
selected_files=$(osascript 2> /dev/null <<EOF | ||
set output to "" | ||
tell application "Finder" to set the_selection to selection | ||
set item_count to count the_selection | ||
repeat with item_index from 1 to count the_selection | ||
if item_index is less than item_count then set the_delimiter to "\n" | ||
if item_index is item_count then set the_delimiter to "" | ||
set output to output & ((item item_index of the_selection as alias)'s POSIX path) & the_delimiter | ||
end repeat | ||
EOF | ||
) | ||
|
||
echo $selected_files | ||
|
||
# if [[ -n $selected_file ]]; then | ||
|
||
# destination=$(osascript -e 'tell application (path to frontmost application as text) | ||
# try | ||
# set myFile to choose file name with prompt "Save file as:" | ||
# POSIX path of myFile | ||
# end try | ||
# end tell') | ||
|
||
# fi | ||
|
||
|
||
# chmod +x $PRIVATE_DIR | ||
|
||
# $output=$(mv -v "$file_to_move")) | ||
|
||
# display notification "Privatized complete" subtitle "File has been moved" | ||
|
||
|
||
|
||
# if [ -n "$wallpaper_file" ]; then | ||
# if wal -i "$wallpaper_file" -q; then | ||
# accent_color=$(jq --raw-output '.colors.color9' < "$HOME/.cache/wal/colors.json") | ||
|
||
# echo "Found color $accent_color" | ||
# osx-colors set "$accent_color" | ||
# fi | ||
# fi | ||
|
||
# # # reload kitty if it's running | ||
# if pgrep kitty 1>/dev/null; then | ||
# killall -SIGUSR1 kitty | ||
# fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ nodejs 20.10.0 | |
python 3.12.1 | ||
ruby 3.3.0 | ||
rust 1.75.0 | ||
elixir 1.16.2 | ||
erlang 26.2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters