pappasam / config

My configuration settings for various unix files.

Home Page:https://samroeca.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚙ System Configuration

Samuel Roeca's notes / scripts / dotfiles to configure the latest versions of Ubuntu and Linux Mint.

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.

About

My configuration settings for various unix files.

https://samroeca.com/

License:MIT License


Languages

Language:Shell 50.1%Language:Vim Script 24.5%Language:Lua 18.6%Language:Vim Snippet 5.1%Language:Makefile 1.7%