Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 953 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 953 Bytes

⚙ System Configuration

Samuel Roeca's notes / scripts / dotfiles to configure the latest "Long Term Support" version of Ubuntu.

sudo apt install git # For version control
sudo apt install build-essential # Installs 'make'
sudo apt install stow # Manages symbolic links
make # Describe all available Makefile targets

Top-level directories are documented below.

  • bin/ Executable scripts that are added, by default, to the PATH.
  • docs/ Documentation files for reference and automation.
  • dotfiles/ User dotfiles live here and are automatically organized on your system by stow.
  • scripts/ Scripts for things like system setup and program installation.