Skip to content

MeanderingProgrammer/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Using yadm to store all my dotfiles

Commands

Command Description
yadm bootstrap Run bootstrap script
yadm status Status of yadm git repository
yadm add -u Stage all modified files at once
yadm push Push 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

Command Description
./setup.sh deps Installs dependencies
./setup.sh shell Changes shell
./setup.sh limit Increases system limits
./setup.sh brew Installs homebrew
./setup.sh git Installs git
./setup.sh yadm Installs yadm
./setup.sh clean Deletes the setup script

Settings

Mac - Developer Tools

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

Linux - Activate Thunderbolt

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

About

Using yadm to store all my dotfiles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published