https://github.com/fromatom/dotfiles
https://github.com/fromatom/dotfiles
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fromatom/dotfiles
- Owner: FromAtom
- Created: 2012-07-03T08:33:07.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T04:10:03.000Z (over 1 year ago)
- Last Synced: 2025-02-12T05:25:05.012Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 1.46 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
```sh
# Clone with submodules
$ git clone --recursive git@github.com:FromAtom/dotfiles.git
# Or if already cloned
$ git submodule update --init --recursive
$ ./setup.sh
```
# for Mac
## Dockの全てのアイコンを削除する
```sh
defaults write com.apple.dock persistent-apps -array
killall Dock
```