Skip to content

hyrorre/dotfiles

Repository files navigation

dotfiles

dotfiles for hyrorre

Windows / macOS

install

git clone https://github.com/hyrorre/dotfiles.git ~/dotfiles
~/dotfiles/install.sh

Windows

Use Administrator PowerShell

git -c core.autocrlf=false clone https://github.com/hyrorre/dotfiles.git ~/dotfiles
Set-ExecutionPolicy RemoteSigned
~/dotfiles/install.ps1

# if symbolic links are not available
~/dotfiles/install.ps1 -Copy
# optional (homebrew)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew bundle --file=~/dotfiles/Brewfile

# optional (mise)
brew install mise
mise install

# optional (ssh-keygen)
ssh-keygen -t rsa -b 4096
ssh-keygen -t ed25519

# optional (change git remote url https -> ssh)
cd ~/dotfiles
git remote set-url origin git@github.com:hyrorre/dotfiles.git

# optional (linux codex remote-control)
curl -fsSL https://chatgpt.com/codex/install.sh | sh
source ~/.zshrc
codex features enable remote_control
codex remote-control start

files

  • git config
  • ssh config
  • zsh config
  • micro editor config
  • homebrew bundle file

About

dotfiles for hyrorre

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Contributors