Skip to content

tlockney/dotfiles

Repository files navigation

My Dotfiles

Prerequisites

MacOS

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

Linux

sudo apt install zsh tmux
chsh -s /usr/bin/zsh

Installation

mkdir -p ~/bin
curl -fLo ~/bin/yadm https://github.com/yadm-dev/yadm/raw/master/yadm && chmod a+x ~/bin/yadm
~/bin/yadm clone https://github.com/tlockney/dotfiles.git

Tips

  • Get all currently tracked files:
yadm ls-files
  • Run 1password secret injection on all .op_tpl files:
for file in $(cd $HOME; yadm ls-files | grep '.op_tpl'); do
  out=${file%%.op_tpl}
  op inject -i $HOME/$file -o $HOME/$out
done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published