radleylewis
dotfiles
Python

My personal dotfiles.

Last updated Jul 9, 2026
96
Stars
12
Forks
0
Issues
+3
Stars/day
Attention Score
61
Language breakdown
Python 80.6%
Shell 19.4%
โ–ธ Files click to expand
README

dotfiles

overview

These are my dotfiles for use on arch and ubuntu based linux distributions. My setup includes:

Feel free to use any of the configurations herein for inspiration.

setup

  • clone the repository
cd ~
git clone --bare git@github.com:radleylewis/dotfiles.git .dotfiles
  • include dotfiles alias in .bashrc / .zshrc
echo alias dotfiles=\'git --git-dir='$HOME'/.dotfiles --work-tree='$HOME'\' >> .bashrc
source ~/.bashrc

Don't track files noting $HOME work-tree.

dotfiles config status.showUntrackedFiles no

Populate dotfiles to their respective locations.

dotfiles checkout
cd ~/.config/nvim

Clone the submodule nvim which may not happen automatically.

dotfiles submodule update

usage

Once setup, useful commands include:

dotfiles status
dotfiles add <filename> # add a new dotfile
dotfiles add -u # add unstaged files

author

Radley E. Sidwell-Lewis

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท radleylewis/dotfiles ยท Updated daily from GitHub