jupl / .dotfiles

Preferences, Installs, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles Preferences, Installs, etc.

Table of Contents

About

Personal collection of configurations for a system. Objective is to set up environment as easily as possible, especially on a new machine. Current supported platforms:

Back to top

Prerequisites

  • macOS
    • Apple Command Line Tools
  • Linux
  • Debian

Back to top

Getting Started

  1. Clone/download this repository.
    • Location matters as symlinks are generated
    • Use --recurse-submodules as this uses submodules
  2. Use make to perform tasks. For a first-time install you should do the following:
    1. make install
    2. make symlink

Back to top

Project Structure

Overview

COMING SOON

Domains

COMING SOON

Dependencies

COMING SOON

Symlinks

COMING SOON

Back to top

Tasks

Tasks are defined in the Makefile that is to be used with Make.

make

List commands and options

make install

Install and set up dependencies

make symlink

Link dotfiles to required paths relative to $HOME

make update

Update this project and submodules

Back to top

Credits

holman’s dotfiles
My first entry into dotfiles, some concepts inspired/copied here

Back to top

About

Preferences, Installs, etc.


Languages

Language:Lua 44.2%Language:Shell 37.9%Language:Vim Script 8.8%Language:Makefile 6.4%Language:Ruby 2.7%