Skip to content

Commit d7cba04

Browse files
author
dvogt23
committed
Update
1 parent ee5eadf commit d7cba04

File tree

7 files changed

+32
-3
lines changed

7 files changed

+32
-3
lines changed

Notes/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- [Vim](tech/app/vim.md)
88
- [Bash](tech/bash.md)
99
- [Coding]()
10+
- [Environment](tech/coding/environment.md)
1011
- [Git](tech/coding/git.md)
1112
- [Kotlin](tech/coding/kotlin.md)
1213
- [Make](tech/coding/make.md)

Notes/misc/quotes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ Carl Josef »Necko« Neckermann. (1912 - 1992)
2525
> Wer nicht mit der Zeit geht, geht mit der Zeit.
2626
2727
Muhammad Ali
28-
> If it doesn’t challenge you, it doesn’t change you
28+
> If it doesn’t challenge you, it doesn’t change you
29+
30+
Karl Stojka, Auschwitzüberlebender
31+
> Es waren nicht Hitler oder Himmler, die mich verschleppt, geschlagen & meine Familie erschossen haben.
32+
Es waren der Schuster, der Milchmann, der Nachbar, die eine Uniform bekamen und dann glaubten, sie seien die Herrenrasse.

Notes/personal/home/furniture.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Furniture
1+
[#](#) Furniture
22

33
## Livingroom
44
- Dinner table
@@ -8,6 +8,8 @@
88
- marley [Marley stir up wireless 249,99E](https://www.thehouseofmarley.de/stir-it-up-wireless-1.html)
99
- Plants
1010
- [plantsome](https://www.plantsome.de/)
11+
- Seats
12+
- [Selia](https://kavehome.com/de/de/p/selia-stuhl-mit-antikem-nussbaumfinish)
1113

1214
## Kitchen
1315
- Esspresso machine [rommelsbacher](https://www.rommelsbacher.de/de/kaffee-espresso-center-eks-3010.html)

Notes/tech/app/vim.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Some useful keybindings and many more for my favorite editor.
44

5+
### Settings
6+
7+
- TypeScript environment
8+
Great article to this topic from [Jose Alvarez | medium](https://jose-elias-alvarez.medium.com/configuring-neovims-lsp-client-for-typescript-development-5789d58ea9c)
9+
- Lua config
10+
Different stuff from [oroques](https://oroques.dev/notes/neovim-init/) [icyphox](https://icyphox.sh/blog/nvim-lua/)
11+
512
### Macro
613

714
If you record a macro with `qa` and forget something, just with `qA` you could append some keystrokes to your macro.

Notes/tech/coding/environment.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Environment
2+
3+
## Development on a virtual-server (docker)
4+
5+
Try to develop my daily projects within the vitualServer with docker and traefik
6+
as proxy for localhost.
7+
8+
Source:
9+
- [cloudbees](https://www.cloudbees.com/blog/quick-easy-https-for-local-development/)
10+
- [heziode traefik](https://github.com/Heziode/traefik-v2-https-ssl-localhost)
11+
- [dev.to - nflamel](https://dev.to/nflamel/how-to-have-https-on-development-with-docker-traefik-v2-and-mkcert-2jh3)
12+
- [kevinquillen](https://kevinquillen.com/setting-traefik-2-local-ssl-certificate)
13+

Notes/tech/misc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# Misc
1+
[#](#) Misc
22

33
### Some interesting dotfiles:
44
* https://github.com/webgefrickel/dotfiles #mutt
55
* https://github.com:frank604/scripts.git
66
* https://github.com/Northcode/dotfiles.git
77
* https://github.com:rcr/dotfiles.git
88
* https://github.com/ReekyMarko/dotfiles
9+
* [ishchow - lua](https://github.com/ishchow/dotfiles/blob/master/.config/nvim/lua/diary.lua)
910

1011
### Create QR-Code for your wifi
1112
[Source](https://feeding.cloud.geek.nz/posts/encoding-wifi-access-point-passwords-qr-code/)

Notes/tech/selfhosting/ideas.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Ideas
22

3+
- TODO Create own wireguard pihole on vs: [wirehole](https://github.com/IAmStoxe/wirehole)
34
- TODO Host my own signal proxy
45
[Help iran to connect signal](https://signal.org/blog/help-iran-reconnect/)
56
- TODO Treafik Wildcard Zertifikat konfigurieren

0 commit comments

Comments
 (0)