Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shogo82148/dotfiles
Setting files
https://github.com/shogo82148/dotfiles
dotfiles
Last synced: 3 months ago
JSON representation
Setting files
- Host: GitHub
- URL: https://github.com/shogo82148/dotfiles
- Owner: shogo82148
- License: mit
- Created: 2012-03-14T04:10:04.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T14:26:17.000Z (about 1 year ago)
- Last Synced: 2024-05-20T15:12:45.565Z (8 months ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 2.98 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
@shogo82148 の個人用設定ファイル(a.k.a dotfiles)置き場
## SYNOPSIS
設定は[mitamae](https://github.com/itamae-kitchen/mitamae)で管理しています。
`./bootstrap.sh` でインストール可能です。```console
./bootstrap.sh
````./install.sh` で反映できます。
```console
# dry-run
./install.sh -n# 設定ファイル反映
./install.sh
```