Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamshobe/dotfiles
https://github.com/iamshobe/dotfiles
dotfiles shell tmux vim
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamshobe/dotfiles
- Owner: IamShobe
- Created: 2020-01-18T16:58:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T17:06:36.000Z (about 1 month ago)
- Last Synced: 2024-10-18T09:24:01.522Z (about 1 month ago)
- Topics: dotfiles, shell, tmux, vim
- Language: Shell
- Homepage:
- Size: 1.2 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DOTFILES
========## How to start?
Bootstrap:
```bash
curl https://raw.githubusercontent.com/IamShobe/dotfiles/main/bootstrap.sh | bash
```OR:
```bash
chezmoi init IamShobe --apply
```## To update
```bash
chezmoi update
```## Daily commands - for using chezmoi
```bash
chezmoi add $FILE # adds $FILE from your home directory to the source directory.
chezmoi edit $FILE # opens your editor with the file in the source directory that corresponds to $FILE.
chezmoi status # gives a quick summary of what files would change if you ran chezmoi apply.
chezmoi diff # shows the changes that chezmoi apply would make to your home directory.
chezmoi apply # updates your dotfiles from the source directory.
chezmoi edit --apply $FILE # is like chezmoi edit $FILE but also runs chezmoi apply $FILE afterwards.
chezmoi cd # opens a subshell in the source directory.
```## Update global devbox package
```bash
devbox global add
chezmoi re-add ~/.local/share/devbox/ # refresh it to sync with the rest
```