Compare commits

...

6 commits

Author SHA1 Message Date
ba66d19968 enable linter
Some checks failed
ci/woodpecker/push/lint Pipeline failed
2024-05-06 22:52:05 +02:00
6f45e31f50 remove readme 2024-05-06 22:51:18 +02:00
8341c47d88 ssh: hosts 2024-05-06 22:46:13 +02:00
00e01644db ssh: whitespace 2024-05-06 22:46:09 +02:00
6cff04d5fe git: whitespace 2024-05-06 22:44:40 +02:00
25b3fa0b7f functions: add zfs_release_duplicate_holds 2024-05-06 22:43:52 +02:00
5 changed files with 71 additions and 131 deletions

View file

@ -1,41 +1,40 @@
[user]
name = Michael Grote
email = michael.grote@posteo.de
name = Michael Grote
email = michael.grote@posteo.de
[credential]
helper = store
helper = store
[alias]
remote = remote -v
remote = remote -v
[core]
autocrlf = input
whitespace = blank-at-eol,space-before-tab,blank-at-eof
autocrlf = input
whitespace = blank-at-eol,space-before-tab,blank-at-eof
[help]
autocorrect = 20 # https://opensource.com/article/20/11/git-aliases
autocorrect = 20 # https://opensource.com/article/20/11/git-aliases
[status]
showUntrackedFiles = all
[push]
default = simple
default = simple
[pull]
rebase = true
autostash = true
rebase = true
autostash = true
[merge]
conflictStyle = diff3
autostash = true
conflictStyle = diff3
autostash = true
[rebase]
autostash = true
autostash = true
[diff]
renames = true
wsErrorHighlight = all
renames = true
wsErrorHighlight = all
[fetch]
prune = true
prune = true
[safe]
directory = ~/dotfiles
directory = ~/dotfiles
[advice]
addIgnoredFile = true
addEmptyPathspec = false
addIgnoredFile = true
addEmptyPathspec = false
[commit]
verbose = true
verbose = true
[rerere]
enabled = true
enabled = true
[diff]
tool = vimdiff
tool = vimdiff

View file

@ -20,28 +20,28 @@ Host pbs-test.mgrote.net
Host pbs.mgrote.net
Host blocky.mgrote.net
Host *.mgrote.net
IdentityFile ~/.ssh/mgrote.net
IdentityFile ~/.ssh/mgrote.net
### Ubiquity
Host nanohd-wohnzimmer.mgrote.net
User ubi_ssh_admin
HostKeyAlgorithms=+ssh-dss
User ubi_ssh_admin
HostKeyAlgorithms=+ssh-dss
### Mikrotik
Host rb5009.mgrote.net crs309.mgrote.net crs305.mgrote.net hex.mgrote.net
User admin
IdentityFile ~/.ssh/mikrotik_ed25519
Host rb5009.mgrote.net crs305.mgrote.net hex.mgrote.net
User admin
IdentityFile ~/.ssh/mikrotik_ed25519
### papa.lan
Host qnap-nas
HostName 192.168.3.108
User extraadmin
IdentityFile ~/.ssh/qnap_papa
HostName 192.168.3.108
User extraadmin
IdentityFile ~/.ssh/qnap_papa
### ssh-key für git clone
Host git.mgrote.net
IdentityFile ~/.ssh/git.mgrote.net
IdentityFile ~/.ssh/git.mgrote.net
Host github.com
User git
IdentityFile ~/.ssh/github.com
User git
IdentityFile ~/.ssh/github.com

29
.woodpecker/lint.yml Normal file
View file

@ -0,0 +1,29 @@
---
steps:
gitleaks:
image: zricethezav/gitleaks:v8.18.2
commands:
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
when:
- evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
hadolint:
image: pipelinecomponents/hadolint:0.26.1
commands:
- hadolint Dockerfile
when:
- evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
shellcheck:
image: "koalaman/shellcheck-alpine:v0.10.0"
commands:
- |
find . -type f -not -path './.git/*' -not -path './collections/*' -exec file {} \; | while IFS= read -r line; do
if echo "$line" | grep -q "shell script"; then
file_path=$(echo "$line" | awk -F':' '{print $1}')
shellcheck "$file_path"
fi
done
when:
- evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
...

View file

@ -1,96 +0,0 @@
# dotfiles
## vim
Leader = `,`
| Keybinding | Aktion | |
| --------------- | ----------------------------------------------------------------------------- | ------ |
| Leader+z | Toggle Line Numbers | |
| Leader+m | Toggle Markdown Preview | |
| Leader+p | Toggle Paste-Mode | |
| Leader+h | Toggle Cursorline | |
| Leader+dh | Setze Highlighting + Suche neu | |
| Leader+sc | Öffnet ShellCheck; gb öffnet die Definition auf github | |
| Leader+cn/cp | Wechsle durch Quickfix-Windows hoch/runter | |
| Ctrl+j/k | wechsle Buffer ab/aufwärts | |
| Ctrl+s | Speichern | |
| Ctrl+w | Schließen | |
| Ctrl+f | Fuzzy Search nach Dateien | |
| Ctrl+l | Fuzzy Search nach Zeilen in Datei | |
| Ctrl+k/l | wechsle Buffer ab/aufwärts | |
| \\\\\ | Setze mehrfachen Cursor oder Ctrl-n dann Enter pro Cursor | # 3x \ |
| * | Suche Wort unter dem Cursor | |
| `s<char><char>` | Sucht nach dem nächsten Vorkommen der beiden Buchstaben, Wiederholung mit `s` | |
| viw/yiw | Markiere/Kopiere Wort unter Cursor | |
### Tipps
| Aktion | Erklärung |
| ------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------- |
| `viw/vi'/vi$/vaX` | Visual Selection bis x |
| 'V 10 j/k' | Visual Selection 10 Zeilen runter |
| ```args `find . -type f -name *.sh` danach argsdo %s/suche/ersetze/ge``` | Suchen ersetzen in allen Dateien |
| In `Visual-Mode` `ga` | öffnet EasyAlign |
| In `Visual-Mode` `:sort` oder `:sort u` | sortieren/sortieren und doppelte löschen |
| In `Visual-Block` `I` <Zeichen> `Esc` | Text ein/auskommentieren |
| mark setzen `m<zeichen>`, hinspringen `'<zeichen>'` | Marks |
| ``cs"'`` // ``ds"`` // ``ysiw"`` | Tausche Anführunsgzeichen um Wort gegen Ticks, entferne umschließende Anführungszeichen, füge umschließende Anführungszeichen hinzu |
| ``Ctrl+x Ctrl+f`` im `Insert-Mode` | Pfadvervollständigung |
## tmux
| Shortcut | Befehl |
| ------------------ | ------------------------------------------------------------------- |
| Präfix+w | Schließe Windows |
| Präfix+c/t | Öffne Windows |
| Präfix+f | Suche in Pane Buffer |
| Präfix :attach -d | Hängt sich and die Session und entfernt alle anderen Sessions daran |
| Präfix+<Leertaste> | Wechselt zwischen vertikalen/horizontalen Layout |
# i3 Keybindings
- mod1 = Win/Super
- mod2 = Alt
### Normal-Mode
| mod1 + l | Lock Screen | Bemerkung |
| ------------------------------- | ----------------------------------------------------------------------------- | ----------- |
| Maus + mod1 | Move floating Window | |
| mod2 + F4 | kill Window | |
| mod1+shift+q | kill Window | |
| mod1 + d | rofi | |
| mod1 + p | Screenshot Full Screen | |
| mod1 + shift + p | Open Flameshot | |
| mod1 + hjkl/pfeiltasten | change focus | |
| mod1 + shift + hjkl/pfeiltasten | move focused window | |
| mod1+Strg+hjkl/pfeiltasten | resize focused window | |
| mod1 + v | Split horizontal | # umbelegen |
| mod1 + h | split vertical | # umbelegen |
| mod1 + Strg + </> | move Workspace to on the left/right | |
| mod1 + Shift+ f | fullscreen | |
| mod1+t/s | change container layout (tabbed, toggle split) | |
| mod1+shift+<leertaste> | toggle tiling / floating | |
| mod1 + <leertaste> | change focus between tiling / floating windows | |
| mod1+a | focus the parent container | |
| mod1+{1..0} | switch to workspace 1-10 | |
| mod1+shift+{1..0} | move focused container to workspace | |
| mod1+ctrl+{1..0} | move focused container to workspace and follow it | |
| mod1+Shift+c | reload the configuration file | |
| mod1+Shift+r | restart i3 inplace (preserves your layout/session, can be used to upgrade i3) | |
| mod1+Shift+e | exit i3 | |
| mod1+r/mod1 + enter | starte alacritty | |
| mod1 + Shift + Pfeiltasten | Tausche Fenster | |
## alacritty
* Links mit <Shift+Linksklick> anklickbar
## polybar
* Fenster mit mausradklick schließen
* Floating Fenster mit Mausrad vergrößern/verkleinern

View file

@ -0,0 +1,8 @@
#!/bin/bash
for i in $(zfs get -Ht snapshot userrefs | grep -v $'\t'0 | cut -d $'\t' -f 1 | cut -f1 -d @ | uniq -d) ; do
for j in $(zfs list -H -t snapshot "$i" | awk '{ print $1 }') ; do
for k in $(zfs holds -H "$j") ; do
echo sudo zfs release syncoid_pbs "$k" | grep "@"
done
done
done