I hereby claim:
- I am beleren on github.
- I am lharuki (https://keybase.io/lharuki) on keybase.
- I have a public key ASCUxQQyUERyyTS2GAg3lbvhcEgRMGo6Plx5yyRsA-8Q2Qo
To claim this, I am signing this object:
| FROM ubuntu:24.04 | |
| ENV DEBIAN_FRONTEND=noninteractive | |
| # Install dependencies for Tauri/WebKitGTK apps | |
| RUN apt-get update && apt-get install -y \ | |
| libwebkit2gtk-4.1-0 \ | |
| libgtk-3-0t64 \ | |
| libayatana-appindicator3-1 \ | |
| librsvg2-2 \ |
I hereby claim:
To claim this, I am signing this object:
| #TODO | |
| # copy to system clipboard https://www.reddit.com/r/vim/comments/7tt4ts/painless_copy_paste_between_tmux_vim_and_system/ | |
| # new pane to current path https://unix.stackexchange.com/questions/101949/new-tmux-panes-go-to-the-same-directory-as-the-current-pane-new-tmux-windows-go | |
| # https://www.youtube.com/watch?v=bjBjZvZsgks | |
| # https://pastebin.com/CDEVZTSC | |
| # Change prefix ti C-a | |
| set-option -g prefix C-a | |
| unbind-key C-a |