Skip to content

Instantly share code, notes, and snippets.

@jacobbridges
Created October 6, 2022 17:14
Show Gist options
  • Save jacobbridges/225cbf782c1e4c911dbfb44813adc429 to your computer and use it in GitHub Desktop.
Save jacobbridges/225cbf782c1e4c911dbfb44813adc429 to your computer and use it in GitHub Desktop.
AWS Amazon "Linux 2" | emacs devbox | Runbook
sudo amazon-linux-extras enable emacs
sudo yum update -y
sudo yum install emacs-nox -y
sudo yum install git -y
sudo yum-config-manager --add-repo=https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/repo/epel-7/carlwgeorge-ripgrep-epel-7.repo
sudo yum install ripgrep
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
sudo yum install rust -y
sudo yum install cargo -y
cargo install fd-find
wget https://github.com/tsl0922/ttyd/releases/download/1.7.1/ttyd.x86_64
chmod +x ttyd.x86_64
mkdir -p ~/.local/bin
mv ttyd.x86_64 ~/.local/bin/ttyd
sudo yum install tmux
git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.emacs.d
~/.emacs.d/bin/doom install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment