gitextract_asxz7x_g/ ├── .gitignore ├── LICENSE ├── README.md ├── editors/ │ ├── emacs.txt │ ├── nano.txt │ ├── org.org │ └── vim.txt ├── languages/ │ ├── bash.sh │ ├── golang.go │ ├── javascript.md │ ├── lua.lua │ ├── php.php │ ├── python.md │ ├── python.tex │ └── vimscript.md └── tools/ ├── adb.txt ├── ffmpeg.sh ├── gdb.txt ├── git.txt ├── ip.txt └── tmux.txt