Skip to content

thomashorsey/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Coffee Insurance.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors