Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sensuikan1973/dotfiles
my dotfiles
https://github.com/sensuikan1973/dotfiles
dotfiles git homebrew iterm2 macos shell zsh
Last synced: 9 days ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/sensuikan1973/dotfiles
- Owner: sensuikan1973
- License: mit
- Created: 2020-10-28T19:20:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T05:29:30.000Z (11 days ago)
- Last Synced: 2024-12-14T06:21:52.370Z (11 days ago)
- Topics: dotfiles, git, homebrew, iterm2, macos, shell, zsh
- Language: Shell
- Homepage:
- Size: 250 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
![macos](https://img.shields.io/badge/macos-black.svg?logo=Apple) [![setup setup_machine](https://github.com/sensuikan1973/dotfiles/actions/workflows/setup_machine.yaml/badge.svg)](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
```