Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 820 Bytes

File metadata and controls

74 lines (51 loc) · 820 Bytes

dotfiles

Prerequisites

macOS

I do not use Arch, btw.

brew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

stow

brew install stow

Setup

cron

crontab ~/dotfiles/cron/user.cron

git

brew install git gh
rm -f ~/.gitconfig ~/.gitmessage
cd ~/dotfiles && stow git
gh auth login

neovim

brew install bob
bob use nightly
mkdir -p ~/.config
rm -rf ~/.config/nvim
cd ~/dotfiles && stow nvim

tmux

brew install tmux
rm -f ~/.tmux.conf
cd ~/dotfiles && stow tmux

zsh

rm -f ~/.zshrc
cd ~/dotfiles && stow zsh
source ~/.zshrc

Update

Existing files

cd ~/dotfiles && git pull

New files

Refer/ add to setup above.