https://github.com/copperlight/dotfiles
https://github.com/copperlight/dotfiles
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/copperlight/dotfiles
- Owner: copperlight
- Created: 2015-12-15T04:24:30.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T18:15:09.000Z (over 2 years ago)
- Last Synced: 2025-12-26T10:47:02.667Z (6 months ago)
- Language: Shell
- Size: 83 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This is a collection of dotfiles. The bootstrap process:
* Install SSH key.
* Install a handful of tools and prepare directories:
curl -fsSL https://raw.githubusercontent.com/copperlight/dotfiles/master/bootstrap.sh | /bin/bash
* Initialize the dotfiles:
$HOME/git/github/copperlight/dotfiles/init-dots.sh
# Configuration Features
## Secrets and Snippets
Checking secrets into source control is no good, but it is useful to have secrets configured as environment
variables. The shell profile supports sourcing secrets and snippets from the `$HOME/.dotfiles.d` directory.
## vim
Basic vim configuration that provides numbers, rulers and tab behavior.
## zsh
Main shell profile. Just the basics, nothing fancy.