Skip to content

Instantly share code, notes, and snippets.

@khale
Last active January 20, 2022 18:58
Show Gist options
  • Save khale/70ec9084752f998be71bedc978654723 to your computer and use it in GitHub Desktop.
Save khale/70ec9084752f998be71bedc978654723 to your computer and use it in GitHub Desktop.
hawknest-bootstrap
#!/usr/bin/env bash
dnf install -y epel-release
dnf install -y vim \
emacs \
gcc \
make \
git \
tig \
curl \
tmux \
mlocate \
ctags \
cscope \
fd-find \
the_silver_searcher \
SDL2 \
SDL2-devel \
SDL2_ttf \
SDL2_ttf-devel \
mesa-libGL \
readline-devel \
python \
python-pip \
python3 \
python3-pip \
libasan \
libubsan
pip3 install bs4 requests
pip install multiprocessing pexpect
# install cc65 toolchain
git clone https://github.com/cc65/cc65.git
cd cc65
git reset --hard 6efb71b
make
make avail
cd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment