Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markets/dotfiles
💻 🔧 @markets .dotfiles
https://github.com/markets/dotfiles
dotfiles
Last synced: 19 days ago
JSON representation
💻 🔧 @markets .dotfiles
- Host: GitHub
- URL: https://github.com/markets/dotfiles
- Owner: markets
- Created: 2012-11-23T09:14:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T17:47:47.000Z (10 months ago)
- Last Synced: 2024-10-03T19:21:13.384Z (about 1 month ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 59.6 KB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles [![markets/dotfiles](https://img.shields.io/badge/good-stuff-blue.svg?style=flat-square)](https://github.com/markets/dotfiles)
This repository contains some configuration files (Git, Bash, aliases, Ruby, Sublime Text, Node, ...) and some custom scripts and tools to bootstrap a friendly macOS development environment :ok_hand:
## Installation
Run this:
```
git clone https://github.com/markets/dotfiles.git
cd dotfiles
script/install
```Alternatively, to install it avoiding the confirmation prompt:
```
script/install -f # or --force
```To update, `cd` into your local `dotfiles` folder and run again:
```
script/install
```You can remove :boom: this configuration with:
```
script/uninstall
```## Prompt
Includes current Ruby version and Git branch/status:
```
[3.3.0] markets: ~/workspace/dotfiles (master)* $
```## Secrets
Use `~/.secrets` for stuff that you don't want to share in your public, versioned repo. It will be automatically symlinked to your `~` directory.
Git credentials are configured via the `~/.secrets` file.
---
Enjoy :metal: