Skip to content

j-shilling/dotfiles

Repository files navigation

to update run:

stow -d /home/jake/dotfiles/ -t "${HOME}" --no-folding -v emacs

Emacs

CFLAGS='-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

deps

  • build-essentials
  • autoconf
  • texinfo
  • libmagickwand-dev libmagick++-dev imagemagick
  • libgccjit0 libgccjit-14-dev
  • libwebkit2gtk-4.1-dev

PyEnv

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-dev

NVM

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash

PHP

/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/phpactor

Haskell

GHCup

curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

Common Lisp

Roswell: https://github.com/roswell/roswell/wiki/Installation#linux

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors