Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pombadev/dotfiles

Dotfiles that are near & dear to me.
https://github.com/pombadev/dotfiles

argos bash dotfiles vimrc zsh

Last synced: 26 days ago
JSON representation

Dotfiles that are near & dear to me.

Awesome Lists containing this project

README

        

# $HOME is where dotfiles are ❤️

Current I'm managing configs with [git bare](https://news.ycombinator.com/item?id=11071754) and help from [atlassian dotfiles tutorial](https://www..com/git/tutorials/dotfiles).

## Installation

```shell
curl -fsSLO https://raw.githubusercontent.com/pombadev/dotfiles/master/mero/setup.sh
bash ./setup.sh
```

## Uninstall

```shell
curl -fsSLO https://raw.githubusercontent.com/pombadev/dotfiles/master/mero/setup.sh
bash ./setup.sh --uninstall
```

command `cx` is provided which is an alias for `git --git-dir=$HOME/dotfiles/ --work-tree=$HOME` to interface with git.

## Usage

```shell
cx add .vimrc
cx commit -m "Add vimrc"
cx push
```