git clone https://github.com/edvin/edmacs ~/.emacs.d
- go: https://go.dev/doc/install
- godef: https://github.com/rogpeppe/godef
- dlv: https://github.com/go-delve/delve/tree/master/Documentation/installation
- gopls: https://pkg.go.dev/golang.org/x/tools/gopls#readme-installation
- libtree-sitter-dev: https://packages.debian.org/bookworm/main/libtree-sitter-dev
go install github.com/rogpeppe/godef@master
go install github.com/go-delve/delve/cmd/dlv@master
go install golang.org/x/tools/gopls@latest
go install github.com/lighttiger2505/sqls@latest
# Ubuntu
sudo apt-get install libtree-sitter-dev
# Arch
yay libgccjit
yay libtree
Fonts: https://www.jetbrains.com/lp/mono/#how-to-install'
Download: https://www.gnu.org/software/emacs/manual/html_node/efaq/Installing-Emacs.html
./configure --with-pgtk --with-native-compilation
make -j 8
sudo make install