-
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.
* nix run .#update * Add new git alias for quick commit --amend * Change yubikey software * Random vscode settings changes * Show pane frames in zellij
- Loading branch information
1 parent
52f347d
commit 6b91010
Showing
6 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
userName = "Francis Hamel"; | ||
userEmail = "[email protected]"; | ||
aliases = { | ||
ca = "commit --amend"; | ||
cf = "commit --fixup"; | ||
fp = "fetch --prune"; | ||
pfwl = "push --force-with-lease"; | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,5 @@ | |
pkgs.d2 | ||
pkgs.devenv | ||
pkgs.flyctl | ||
pkgs.yubikey-manager | ||
]; | ||
} |
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 |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
enableZshIntegration = true; | ||
settings = { | ||
on_force_close = "quit"; | ||
pane_frames = false; | ||
}; | ||
}; | ||
} |
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 |
---|---|---|
|
@@ -21,6 +21,7 @@ | |
"slack" | ||
"spotify" | ||
"todoist" | ||
"yubico-yubikey-manager" | ||
]; | ||
}; | ||
} |