Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```