Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chriskacerguis/dotfiles
My dotfiles
https://github.com/chriskacerguis/dotfiles
Last synced: about 1 month ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/chriskacerguis/dotfiles
- Owner: chriskacerguis
- Created: 2021-05-19T01:05:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T01:43:05.000Z (5 months ago)
- Last Synced: 2024-10-14T21:44:50.298Z (3 months ago)
- Language: Shell
- Size: 77.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My dotfiles.
### Installation
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
``````shell
eval "$(/opt/homebrew/bin/brew shellenv)"
``````shell
brew install dotbot
``````shell
git clone https://github.com/chriskacerguis/dotfiles.git ~/.dotfiles
``````shell
dotbot -d ~/.dotfiles -c ~/.dotfiles/install.conf.yaml
```