This is a constantly changing configuration meant to keep track of my workspace
- A POSIX compatible shell
cmake
/make
pacman -Syu base-devel
sudo apt update && sudo apt upgrade -y
sudo apt install \
build-essential \
dnsutils
Make sure to install install brew by running:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
As indicated by the requriments, all you need is make
(not love).
make setup
Faced with the problem of keeping track of my private config files, I'm trying to figure out how do so.
For this, I've come with the git-submodules option which makes the most sense to me.
To grab the private repo
make sync-private