These are the configuration files (dotfiles) that I use for my MacBook and Ubuntu servers/slices. Some of the configuration files include:
In October 2023, I converted my old Vim configuration using mainly Vim script to Neovim using Lua.
The dotfiles are categorized in different folders. Files that should be hidden
have filenames starting with dot-, which will be converted to a . when
deployed/symlinked using GNU Stow.
To start using this repository, run:
- Clone the repositoiry using
git clone https://github.com/matthewrankin/dotfiles.git - Run
just, which will list the available commands to deploy the dotfiles.
Whenever you want to pull the latest updates from GitHub use:
$ git pulldotfiles is released under the MIT license. Please see the LICENSE.txt file for more information.