anthony / Git configs
0 likes
0 forks
2 files
Last active
| 1 | [user] |
| 2 | # ... |
| 3 | # signingkey = <key> |
| 4 | # git config user.signingkey ... -- установить ключ |
| 5 | [commit] |
| 6 | gpgSign = true |
| 7 | [tag] |
| 8 | gpgSign = true |
| 9 | [push] |
| 10 | default = current |
anthony / Interpreter helper to debug dockerized cli php scripts in NetBeans
0 likes
0 forks
1 files
Last active
| 1 | #!/bin/bash |
| 2 | |
| 3 | # Welcome to amusement park! |
| 4 | |
| 5 | [[ "$1" = '--help' ]] || [[ "$1" = '-h' ]] && cat <<EOF && exit |
| 6 | NetBeans docker wrapper for php |
| 7 | =============================== |
| 8 | Anthony Axenov (c) 2023, The MIT License |
| 9 | https://axenov.dev |
| 10 | https://opensource.org/license/mit |
anthony / Set custom display resolution using xrandr
0 likes
0 forks
1 files
Last active
| 1 | #!/bin/bash |
| 2 | ######################################################################### |
| 3 | # # |
| 4 | # Set display resolution # |
| 5 | # # |
| 6 | # Author: Anthony Axenov (Антон Аксенов) # |
| 7 | # Version: 1.0 # |
| 8 | # License: WTFPL # |
| 9 | # # |
| 10 | ######################################################################### |