-
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.
Updates and tweaks * bump github ci step versions * pin python version * bump archlinux version * added updated config's for rice linux setup * seperate ci & release building, we don't need a release per commit * Add spotify preferences to fix issue with track changes under wayland See https://medium.com/@CodyReichert/fix-spotify-ui-lags-unresponsive-between-track-changes-on-linux-93e955710776 * Move to Pipenv for python dep management * switch to neovim, it has many of my preferences out of the box * classify is failing the idempotent molecule check, let's just ignore changes from it * add term colors to neovim * use ansible for test verification testinfra is no longer the default see https://molecule.readthedocs.io/en/latest/configuration.html
- Loading branch information
Showing
43 changed files
with
1,957 additions
and
1,019 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
skip_list: | ||
- 301 | ||
- 305 | ||
warn_list: | ||
- command-instead-of-shell # Use shell only when shell functionality is required | ||
- experimental # all rules tagged as experimental | ||
- no-changed-when # Commands should not change things if nothing needs doing | ||
- unnamed-task # All tasks should be named | ||
- yaml # Violations reported by yamllint | ||
|
||
|
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,3 +1,4 @@ | ||
--- | ||
rules: | ||
line-length: disable | ||
comments: disable |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
[defaults] | ||
interpreter_python=auto_silent | ||
callback_whitelist = profile_tasks | ||
|
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,10 @@ | ||
--- | ||
# This is an example playbook to execute Ansible tests. | ||
|
||
- name: Verify | ||
hosts: all | ||
gather_facts: false | ||
tasks: | ||
- name: Example assertion | ||
assert: | ||
that: true |
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 |
---|---|---|
|
@@ -3,3 +3,4 @@ name = zsh_config | |
|
||
[configuration_files] | ||
.zshrc | ||
.oh-my-zsh/custom/custom.zsh |
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
101 changes: 52 additions & 49 deletions
101
roles/dotfiles/files/Mackup/.config/Code - OSS/User/keybindings.json
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,51 +1,54 @@ | ||
// Place your key bindings in this file to override the defaults | ||
[ | ||
{ | ||
"key": "ctrl+w k", | ||
"command": "workbench.action.focusAboveGroup", | ||
"when": "editorTextFocus && vim.active && !inDebugRepl && vim.mode == 'Normal'", | ||
}, | ||
{ | ||
"key": "ctrl+w j", | ||
"command": "workbench.action.focusBelowGroup", | ||
"when": "editorTextFocus && vim.active && !inDebugRepl && vim.mode == 'Normal'", | ||
}, | ||
{ | ||
"key": "ctrl+w h", | ||
"command": "workbench.action.focusLeftGroup", | ||
"when": "editorTextFocus && vim.active && !inDebugRepl && vim.mode == 'Normal'", | ||
}, | ||
{ | ||
"key": "ctrl+w l", | ||
"command": "workbench.action.focusRightGroup", | ||
"when": "editorTextFocus && vim.active && !inDebugRepl && vim.mode == 'Normal'", | ||
}, | ||
{ | ||
"key": "ctrl+j", | ||
"command": "selectNextSuggestion", | ||
"when": "suggestWidgetVisible" | ||
}, | ||
{ | ||
"key": "ctrl+k", | ||
"command": "selectPrevSuggestion", | ||
"when": "suggestWidgetVisible" | ||
},{ | ||
"key": "ctrl+j", | ||
"command": "workbench.action.quickOpenSelectNext", | ||
"when": "inQuickOpen" | ||
}, | ||
{ | ||
"key": "ctrl+k", | ||
"command": "workbench.action.quickOpenSelectPrevious", | ||
"when": "inQuickOpen" | ||
}, | ||
{ | ||
"key": "ctrl+w c", | ||
"command": "workbench.action.closeActiveEditor", | ||
"when": "editorTextFocus && vim.active && !inDebugRepl && vim.mode == 'Normal'" | ||
}, | ||
{ | ||
"key": "ctrl+w n", | ||
"command": "workbench.action.openNewEditor", | ||
"when": "editorTextFocus && vim.active && !inDebugRepl && vim.mode == 'Normal'" | ||
} | ||
// { | ||
// "key": "ctrl+p", | ||
// "command": "workbench.action.quickOpen", | ||
// "when": "!editorFocus && !inQuickOpen" | ||
// }, | ||
{ | ||
"key": "ctrl+w", | ||
"command": "workbench.action.closeActiveEditor", | ||
"when": "!editorFocus" | ||
}, | ||
{ | ||
"key": "ctrl+1", | ||
"command": "workbench.action.openEditorAtIndex1" | ||
}, | ||
{ | ||
"key": "ctrl+2", | ||
"command": "workbench.action.openEditorAtIndex2" | ||
}, | ||
{ | ||
"key": "ctrl+3", | ||
"command": "workbench.action.openEditorAtIndex3" | ||
}, | ||
{ | ||
"key": "ctrl+4", | ||
"command": "workbench.action.openEditorAtIndex4" | ||
}, | ||
{ | ||
"key": "ctrl+5", | ||
"command": "workbench.action.openEditorAtIndex5" | ||
}, | ||
{ | ||
"key": "ctrl+6", | ||
"command": "workbench.action.openEditorAtIndex6" | ||
}, | ||
{ | ||
"key": "ctrl+7", | ||
"command": "workbench.action.openEditorAtIndex7" | ||
}, | ||
{ | ||
"key": "ctrl+8", | ||
"command": "workbench.action.openEditorAtIndex8" | ||
}, | ||
{ | ||
"key": "ctrl+9", | ||
"command": "workbench.action.openEditorAtIndex9" | ||
}, | ||
{ | ||
"key": "ctrl+shift+v", | ||
"command": "-markdown.showPreview", | ||
"when": "!notebookEditorFocused && editorLangId == 'markdown'" | ||
} | ||
] |
23 changes: 20 additions & 3 deletions
23
roles/dotfiles/files/Mackup/.config/Code - OSS/User/settings.json
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,11 +1,28 @@ | ||
{ | ||
"vim.incsearch": true, | ||
"vim.useSystemClipboard": true, | ||
"vim.useCtrlKeys": true, | ||
"vim.hlsearch": true, | ||
"vim.leader": "\\", | ||
"vim.cursorStylePerMode.replace": "underline", | ||
"window.zoomLevel": 0, | ||
"liveServer.settings.donotShowInfoMsg": true, | ||
"diffEditor.renderSideBySide": false | ||
"diffEditor.renderSideBySide": false, | ||
"vim.useSystemClipboard": false, | ||
"vim.handleKeys": { | ||
"<C-w>": false, | ||
"<C-p>": false | ||
}, | ||
"vim.commandLineModeKeyBindings": [ | ||
|
||
], | ||
"editor.minimap.enabled": false, | ||
"workbench.startupEditor": "newUntitledFile", | ||
"keyboard.dispatch": "keyCode", | ||
"todo.symbols.box": "[ ]", | ||
"todo.symbols.done": "[x]", | ||
"todo.symbols.cancelled": "[-]", | ||
"solargraph.commandPath": "/home/clintp/.asdf/shims/solargraph", | ||
"tailwindCSS.includeLanguages": { | ||
"slim": "html", | ||
"slim-lang": "html" | ||
} | ||
} |
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
18 changes: 18 additions & 0 deletions
18
roles/dotfiles/files/Mackup/.config/cheat/cheatsheets/personal/gocryptfs
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,18 @@ | ||
# Creating an encrypted folder | ||
mkdir <encrypted> <decrypted> | ||
gocryptfs -init <encrypted> | ||
gocryptfs <encrypted> <decrypted> | ||
|
||
# Unmounting an encrypted folder | ||
fusermount -u <decrypted> | ||
rmdir <decrypted> | ||
|
||
# Allow other users to access the encrypted folder | ||
gocryptfs -allow_other <encrypted> <decrypted> | ||
|
||
# Change the password of an encrypted folder | ||
$ gocryptfs -passwd <encrypted> | ||
|
||
# Mount directory as read only | ||
$ gocryptfs -ro <encrypted> <decrypted> | ||
|
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
Oops, something went wrong.