Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pombadev/dotfiles
- Owner: pombadev
- License: unlicense
- Created: 2017-09-22T15:46:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T03:41:24.000Z (about 1 month ago)
- Last Synced: 2024-11-29T04:27:29.799Z (about 1 month ago)
- Topics: argos, bash, dotfiles, vimrc, zsh
- Language: Shell
- Homepage:
- Size: 195 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-UNLICENSE
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
```