-
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.
- Loading branch information
1 parent
f3bd989
commit c9bb163
Showing
12 changed files
with
66 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# dev deploy | ||
|
||
Remove gnome keybinds, conflict with vscode: | ||
|
||
gsettings set org.gnome.desktop.wm.keybindings move-to-workspace-down "['']" | ||
gsettings set org.gnome.desktop.wm.keybindings move-to-workspace-up "['']" | ||
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-down "['']" | ||
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-up "['']" | ||
|
||
Maybe disable workspaces entirely too? | ||
|
||
Vscode trim newlines and whitespace |
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 |
---|---|---|
|
@@ -129,3 +129,16 @@ mam_id: !vault | | |
66343838343435643833636265643866626537383366663334393262666665303435363837623563 | ||
33633934306466616430386439306462373634376230363630323865303063336265623232383064 | ||
626634366536346239323534306632623261 | ||
caddy_extras: | ||
users: | ||
- email: [email protected] | ||
roles: ['admin', 'share'] | ||
- email: [email protected] | ||
roles: ['admin', 'share'] | ||
- email: [email protected] | ||
roles: ['share'] | ||
- email: [email protected] | ||
roles: ['share'] | ||
- email: [email protected] | ||
roles: ['share'] |
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,8 @@ | ||
--- | ||
# Useful paths | ||
data_folder: "/home/{{ ansible_user }}" | ||
app_folder: "{{ data_folder }}/app" | ||
backup_folder: "{{ data_folder }}/backup" | ||
share_folder: "{{ data_folder }}/share" | ||
|
||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
{ | ||
if command -v tailscale &> /dev/null; then | ||
tailscale status --json | jq -cM '{ansible_facts: {tailscale: .} }' | ||
} || { | ||
else | ||
echo '{ "ansible_facts": {} }' | ||
} | ||
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
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