Skip to content

asajaroff/dotfiles

Repository files navigation

Alejandro's dotfiles

This is a constantly changing configuration meant to keep track of my workspace

Prerequisites

  • A POSIX compatible shell
  • cmake/make

Arch

pacman -Syu base-devel

Ubuntu

sudo apt update && sudo apt upgrade -y
sudo apt install \
    build-essential \
    dnsutils

MacOS

Make sure to install install brew by running:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Usage

As indicated by the requriments, all you need is make (not love).

make setup

Private submodules.

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