No description
Find a file
2026-06-24 23:41:24 -04:00
.config Setting git to ignore nano's backup files 2026-06-24 23:16:06 -04:00
.local Adding ansi library and .local/bin 2026-06-24 23:41:24 -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 a missing space to bash history 2026-06-24 23:03:02 -04: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 .