Skip to content

Latest commit

History

1,160 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Introduction

Using yadm to store all my dotfiles

Commands

CommandDescription
yadm bootstrapRun bootstrap script
yadm statusStatus of yadm git repository
yadm add -uStage all modified files at once
yadm pushPush commited changes

Setup

Dependencies

sudo apt install curl

Download Setup Script

curl -fsSL https://raw.githubusercontent.com/MeanderingProgrammer/dotfiles/main/docs/setup.sh -o setup.sh && chmod +x setup.sh

Execute Script Commands in Order

CommandDescription
./setup.sh depsInstalls dependencies
./setup.sh shellChanges shell
./setup.sh brewInstalls homebrew
./setup.sh gitInstalls git
./setup.sh yadmInstalls yadm
./setup.sh devicePerform device specific modifications
./setup.sh cleanDeletes the setup script

Additional Setup

Mac

Developer Tools

  • System Settings -> Privacy & Security -> Developer Tools
  • Add terminal emulators to the list
  • Removes overhead when running executables

Arch Linux

Activate Thunderbolt

  • Copy uuid from output of boltctl list
  • Enroll device with boltctl enroll <uuid>

Install yay

Repo: https://github.com/Jguer/yay

git clone https://aur.archlinux.org/yay.git
cd yay && makepkg -si
cd .. && rm -rf yay

About

Using yadm to store all my dotfiles.

Topics

Resources

Stars

16 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages