dorkhub

dotfiles

My personal dotfiles.

radleylewis
Python10814 forksupdated 2 months ago
git clone https://github.com/radleylewis/dotfiles.gitradleylewis/dotfiles

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

  1. clone the repository
cd ~
git clone --bare git@github.com:radleylewis/dotfiles.git .dotfiles
  1. 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 like this

vim-dap

Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol

Vim Script50

vim-halo

:innocent: Visual highlight for your cursor.

Vim script50

tobira.nvim

Open the next door in your Vim journey — personalized command discovery based on your actual usage

Lua51

search

search projects, people, and tags