moved scripts to dotfiles repository

changed this repositories purpose to documentation only
This commit is contained in:
scbj
2024-11-11 09:25:44 +01:00
parent b4931aeef5
commit 7204e19f8a
12 changed files with 13 additions and 20 deletions

View File

@@ -1,5 +0,0 @@
show256colors () {
for code in {0..255}; do
echo -e "\e[38;05;${code}m $code: Color";
done
}

View File

@@ -1,15 +0,0 @@
#!/usr/bin/env bash
# reset dunst and send notification to Test dUNST config
tunst() {
killall -9 dunst
if [[ -z $1 ]]; then
notify-send "Henlo" "fren of fren of very fren";
else
for n in $(seq 1 $1); do
notify-send "Henlo(${n})" "fren of fren of fren number ${n}";
done
fi
}

View File

12
nvim.md Normal file
View File

@@ -0,0 +1,12 @@
# nvim (neovim)
- [movement quick list](#movement-quick-list)
# movement quick list
- ..
- jump word (with and without selection)
- home/end
- delete/cut/copy/paste (move)

1
vim.md Symbolic link
View File

@@ -0,0 +1 @@
nvim.md