https://github.com/mrmckeb/dotfiles
My personal dotfiles
https://github.com/mrmckeb/dotfiles
Last synced: 26 days ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/mrmckeb/dotfiles
- Owner: mrmckeb
- Created: 2021-09-20T14:50:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T05:26:24.000Z (12 months ago)
- Last Synced: 2024-10-05T13:41:20.556Z (7 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My personal [dotfiles](https://dotfiles.github.io/) repository.
To install, run:
```sh
git clone https://github.com/mrmckeb/dotfiles.git ~/.dotfiles
~/.dotfiles/install
```To init and update, run:
```sh
git submodule update --init --recursive
git submodule update --recursive --remote
```