Remote server:
git init
git config receive.denyCurrentBranch updateInstead
touch .git/hooks/post-receive
chmod +x .git/hooks/post-receive| #!/bin/bash | |
| # safety tools | |
| apt install apt-listbugs apt-listchanges | |
| # modify apt source | |
| # post upgrade | |
| apt autoremove --purge | |
| apt modernize-sources |
| ! Remove YouTube preview in Gemini Web | |
| gemini.google.com##.single-video-container |
| #!/bin/bash | |
| # modern utils | |
| brew install rg fd zoxide dust duf bat sd procs tlrc jq | |
| # modern vcs | |
| brew install jj |
Remote server:
git init
git config receive.denyCurrentBranch updateInstead
touch .git/hooks/post-receive
chmod +x .git/hooks/post-receive| // ==UserScript== | |
| // @name Claude Plus | |
| // @namespace https://gist.github.com/PeronGH/209678c5ea0f228344ea2c76bb5e9850 | |
| // @version 1.0.3 | |
| // @description Enhance your Claude experiences | |
| // @author Peron | |
| // @match https://claude.ai/chats | |
| // @match https://claude.ai/chat/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=claude.ai | |
| // @grant GM_registerMenuCommand |
| `?alias=react:preact/compat,react-dom:preact/compat,@types/react:preact/compat,@types/react-dom:preact/compat&external=preact` |