Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miki725/.dotfiles
https://github.com/miki725/.dotfiles
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miki725/.dotfiles
- Owner: miki725
- Created: 2015-04-26T16:50:57.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T04:54:14.000Z (4 months ago)
- Last Synced: 2024-09-10T20:54:42.812Z (4 months ago)
- Language: Lua
- Size: 747 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .dotfiles
My homegrown system for managing dotfiles
## Init
Everything is directly in git. Just make `$HOME` a git folder:
```sh
git init
git remote add origin https://github.com/miki725/.dotfiles.git
git fetch
git reset --hard origin/master
```## Help
Most targets can be seen in help:
```sh
make -f .Makefile minimal
```## Deps
Deps are managed via makefile helpers for package managers:
```sh
make -f .Makefile brew/fzf
make -f .Makefile cask/firefox
make -f .Makefile npm/prettier
make -f .Makefile pacman/fzf
make -f .Makefile pipx/awscli
make -f .Makefile pyenv/3.10
make -f .Makefile yay/zoxide-bin
```There are some install bundles like:
```sh
make -f .Makefile minimal
```## Other Files
Makefile manages some other files like if `gpg` is setup it automatically
sets git to use it for git signing:```sh
make -f .Makefile git
```