/dotfiles

Dotfiles

Primary LanguageShellGNU General Public License v3.0GPL-3.0

dotfiles

Dotfiles

i should have a simple script to

  1. pull the repo
  2. move the files where i need them without further configuration need
git clone xy
mv xy to z

OR

curl https://raw.githubusercontent.com/rogrwhitakr/dotfiles/main/setup-profile-on-new-box.bash -o setup-profile-on-new-box.bash

chmod u+x ./setup-profile-on-new-box.bash

# i can trust it to do little harm
./setup-profile-on-new-box.bash