Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/copperlight/dotfiles
https://github.com/copperlight/dotfiles
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/copperlight/dotfiles
- Owner: copperlight
- Created: 2015-12-15T04:24:30.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T18:15:39.000Z (about 1 year ago)
- Last Synced: 2023-10-07T18:30:44.759Z (about 1 year ago)
- Language: Shell
- Size: 82 KB
- Stars: 0
- Watchers: 1
- 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.