-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add apps: Linear, Rocket, Dropover, PastePal - add apps to dock: Linear, Slack, Cursor - add functions: weather, jc (cursor jump and open) - remove outdated parts in readme - clean up: install.sh, local.sh - change emoji for nodejs in starship - change default GOPATH - use custom aws.cfg for mackup to not include cache data - don't upgrade apps by default in mas because of false positives - add another vault to SSH config for 1Password - use autoSetupRemote in gitconfig - add ssorefresh alias ## Summary by Sourcery Add new applications and functions, update dock configuration, and clean up scripts. Modify Starship and Mackup configurations, and update SSH and git settings. Remove outdated documentation. New Features: - Add new applications: Linear, Rocket, Dropover, and PastePal. - Introduce new functions: weather and jc (cursor jump and open). Enhancements: - Add Linear, Slack, and Cursor applications to the dock. - Change the emoji for Node.js in the Starship configuration. - Use a custom aws.cfg for Mackup to exclude cache data. - Add another vault to SSH config for 1Password. - Enable autoSetupRemote in gitconfig. Documentation: - Remove outdated sections from the README. Chores: - Clean up install.sh and local.sh scripts.
- Loading branch information
1 parent
8fcb211
commit a94d730
Showing
12 changed files
with
61 additions
and
65 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
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
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
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
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 |
---|---|---|
|
@@ -44,6 +44,7 @@ | |
|
||
[push] | ||
default = current | ||
autoSetupRemote = true | ||
|
||
[pull] | ||
default = current | ||
|
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,5 @@ | ||
[application] | ||
name = AWS | ||
|
||
[configuration_files] | ||
.aws/config |