Skip to content

shiftgeist/horiceon

Repository files navigation

horiceon

Install

You can replicate your home directory on a new machine using the following command:

  1. Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Add ssh key to your GitHub Account
ssh-keygen -t ed25519 -C "your@email.com"
cat ~/.ssh/id_ed25519.pub
  1. Get the rice
git clone --separate-git-dir=$HOME/.dotfiles git@github.com:shiftgeist/horiceon.git $HOME/dotfiles-tmp
rm -rf ~/dotfiles-tmp
git --git-dir=$HOME/.dotfiles --work-tree=$HOME checkout -- .
  1. Setup
source ~/.zshrc
mise up
# docker missing is expected

Configurating Top Bar Apps

  • maccy
  • orbstack
  • rectangle
  • resilio-sync (optional)
  • trex

macOS more

  1. Settings -> Displays -> Built-in Display -> More space
  2. Settings -> Display & Dock -> Size -> Small
  3. Settings -> Display & Dock -> Automatically hide and show the Dock -> True
  4. Settings -> Keyboard -> Key repeat rate -> Fast
  5. Settings -> Mouse -> Advanced -> Pointer acceleration -> False
  6. Settings -> Trackpad -> Point & Click -> Tap to click -> True
  7. Settings -> Trackpad -> Scroll & Zoom -> Natural scrolling -> False
  8. iTerm2 -> Preferences -> General -> Settings -> Load preferences from a custom folder or URL -> /Users/$YOUR_USER/.config/iterm2
  9. iTerm2 -> Preferences -> General -> Settings -> Save changes -> Automatically

WSL

windows-sync

Usage

horiceon $GIT_COMMAND

Git Commits

Origins

https://news.ycombinator.com/item?id=11071754

About

Personal dotfiles stored with bare Git

Topics

Resources

License

Stars

Watchers

Forks

Contributors