to update run:
stow -d /home/jake/dotfiles/ -t "${HOME}" --no-folding -v emacsCFLAGS='-march=native -O3' \
CC=gcc-14 \
../configure --with-native-compilation=aot \
--with-tree-sitter \
--with-gif \
--with-png \
--with-jpeg \
--with-rsvg \
--with-tiff \
--with-imagemagick \
--with-pgtk \
--with-mailutils \
--with-modules --prefix=/home/jake/.local- build-essentials
- autoconf
- texinfo
- libmagickwand-dev libmagick++-dev imagemagick
- libgccjit0 libgccjit-14-dev
- libwebkit2gtk-4.1-dev
curl -fsSL https://pyenv.run | bash
apt install \
build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev curl git \
libncurses-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev \
libffi-dev liblzma-devcurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
/bin/bash -c "$(curl -fsSL https://php.new/install/linux/8.4)"
curl -Lo phpactor.phar https://github.com/phpactor/phpactor/releases/latest/download/phpactor.phar
chmod a+x phpactor.phar
mv phpactor.phar ~/.local/bin/phpactorGHCup
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | shRoswell: https://github.com/roswell/roswell/wiki/Installation#linux