Skip to content

Set of scripts/config/utils so I can have all my computers on the same page

Notifications You must be signed in to change notification settings

steveclarke/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steve Clarke's Dotfiles

This is a collection of my config files to help me get each of my computers quickly bootstrapped. It's a work in progress and is specifically tweaked with lots of assumptions about where I like to place things.

Pre-requisites

  • Operating system is Debian-derived (e.g. Ubuntu, Pop!_OS)
  • Repository lives at ~/dotfiles

Applications

Installation

Bootstrapping the Dotfiles Directory

First download and copy the .dotfilesrc to $HOME. This will contain settings and (possibly) secrets for the target machine.

curl -fsSL https://raw.githubusercontent.com/steveclarke/dotfiles/master/.dotfilesrc -o ~/.dotfilesrc

After downloading you'll want to adjust the settings accordingly for the machine.

Next, run the bootstrap script.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/steveclarke/dotfiles/master/bootstrap)"

Main Setup Script

Run the setup script. This will also be used to update the dotfiles regularly.

cd ~/dotfiles
./setup

Updating

cd ~/dotfies
git pull
./setup

About

Set of scripts/config/utils so I can have all my computers on the same page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published