Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z0mbix/dotfiles
*NIX dot files
https://github.com/z0mbix/dotfiles
dotfiles
Last synced: about 1 month ago
JSON representation
*NIX dot files
- Host: GitHub
- URL: https://github.com/z0mbix/dotfiles
- Owner: z0mbix
- Created: 2011-01-17T17:37:41.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T12:02:38.000Z (2 months ago)
- Last Synced: 2024-10-25T21:09:11.925Z (2 months ago)
- Topics: dotfiles
- Language: Lua
- Homepage:
- Size: 854 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Install chezmoi on Mac:
```shell
$ brew install chezmoi
```or on Linux:
```shell
$ BINDIR=~/bin sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply z0mbix
```Set fish as your shell:
```shell
$ chsh -s /opt/homebrew/bin/fish
```or:
```
$ chsh -s /usr/bin/fish
```To update dotfiles on a device:
```shell
$ chezmoi diff
$ chezmoi apply
```