https://github.com/sensuikan1973/dotfiles
my dotfiles
https://github.com/sensuikan1973/dotfiles
dotfiles git homebrew iterm2 macos shell zsh
Last synced: 3 months ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/sensuikan1973/dotfiles
- Owner: sensuikan1973
- License: mit
- Created: 2020-10-28T19:20:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T09:48:15.000Z (over 1 year ago)
- Last Synced: 2025-02-09T01:28:30.574Z (over 1 year ago)
- Topics: dotfiles, git, homebrew, iterm2, macos, shell, zsh
- Language: Shell
- Homepage:
- Size: 254 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
 [](https://github.com/sensuikan1973/dotfiles/actions/workflows/setup_machine.yaml)
## setup
### 1. shell
```sh
git clone https://github.com/sensuikan1973/dotfiles.git ~/dotfiles
cd ~/dotfiles
./setup.sh # This script has idempotence.
```
### 2. git
You should edit `~/.gitconfig.local`.
## update
Syncs your system with this repository and upgrade system dependencies and tools.
```zsh
# This script has idempotence.
upgrade_system_deps
```