Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takayyz/dotfiles
Config files for setup MacOS
https://github.com/takayyz/dotfiles
dotfiles git macos shell-script vim-script zsh
Last synced: 12 days ago
JSON representation
Config files for setup MacOS
- Host: GitHub
- URL: https://github.com/takayyz/dotfiles
- Owner: Takayyz
- Created: 2019-02-17T15:55:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T02:41:40.000Z (13 days ago)
- Last Synced: 2025-01-18T03:25:34.045Z (13 days ago)
- Topics: dotfiles, git, macos, shell-script, vim-script, zsh
- Language: Shell
- Homepage:
- Size: 241 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
[![total lines](https://tokei.ekzhang.com/b1/github/Takayyz/dotfiles)](https://github.com/XAMPPRocky/tokei)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Takayyz/dotfiles)
![GitHub repo size](https://img.shields.io/github/repo-size/Takayyz/dotfiles)![macos](https://github.com/Takayyz/dotfiles/workflows/macos/badge.svg)
## Requirements
- macOS### Via https
```sh
git clone https://github.com/Takayyz/dotfiles.git && cd dotfiles && make all
```### Via ssh
```sh
git clone [email protected]:Takayyz/dotfiles.git && cd dotfiles && make all
```## 参考記事
- [defaultsコマンド](http://neos21.hatenablog.com/entry/2019/01/10/080000)
- [defauls一覧](https://github.com/ulwlu/dotfiles/blob/master/system/macos.sh)
- [setup.shまとめ](https://qiita.com/kai_kou/items/af5d0c81facc1317d836)
- [環境構築系記事](https://qiita.com/kai_kou/items/3107e0a056c7a1b569cd)
- [Gistについて](https://qiita.com/hkusu/items/18cbe582abb9d3172019)