No description
Find a file
2026-03-21 20:24:41 -04:00
.config Adding MC skin and settings 2026-03-21 20:24:41 -04:00
.local/share/mc/skins Adding MC skin and settings 2026-03-21 20:24:41 -04:00
.bash_aliases first commit 2025-11-07 12:20:02 -05:00
.bash_logout first commit 2025-11-07 12:20:02 -05:00
.bashrc Adding Byobu config 2025-11-07 13:53:26 -05:00
.profile Removing rust from .profile 2026-03-20 15:17:06 -04:00
.selected_editor first commit 2025-11-07 12:20:02 -05:00
README.md Updating readme to include all required installs 2026-03-20 15:42:43 -04:00

My dotfiles

This directory contains the dotfiles for my systems

Requirements

Ensure you have the following installed on your system

  • git
  • stow
  • byobu
  • trash-cli
  • mc (midnight commander)
sudo apt install git stow byobu trash-cli mc

Installation

First, check out the dotfiles repo in your $HOME directory using git

$ git clone {REPO GOES HERE}/username/.dotfiles.git
$ cd .dotfiles

then use GNU stow to create symlinks

$ stow .

if stow is upset because there are already files there, and you're okay with obliterating them, you can have stow adopt the files, then restore the git repository

$ stow . --adopt
$ git restore .