Skip to content

diohabara/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

GitHub Actions

For macOS only.

setup

Quick setup

curl -fsSL https://raw.githubusercontent.com/diohabara/dotfiles/master/script/install | sh

Manual setup

git clone https://github.com/diohabara/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./script/setup.sh

Dry run

実際に変更を加えずに、何が実行されるかを確認できます:

# Quick setup の場合
curl -fsSL https://raw.githubusercontent.com/diohabara/dotfiles/master/script/install | sh -s -- --dry-run

# Manual setup の場合
./script/setup.sh --dry-run
# または
./script/setup.sh -n

GitHub Setup

Run gh auth login and follow the prompts. If needed, update the dotfiles remote:

cd ~/repo/github.com/diohabara/dotfiles
git remote set-url origin [email protected]:diohabara/dotfiles.git

About

For macOS and Linux(Ubuntu).

Topics

Resources

Stars

Watchers

Forks