Skip to content

matthewrankin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Included Configuration Files

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.

Dependencies

  • GNU Stow
  • Just, while not required, provides a simple way to deploy the various dotfiles.

Initial Setup

To start using this repository, run:

  1. Clone the repositoiry using git clone https://github.com/matthewrankin/dotfiles.git
  2. Run just, which will list the available commands to deploy the dotfiles.

Update from Github

Whenever you want to pull the latest updates from GitHub use:

$ git pull

License

dotfiles is released under the MIT license. Please see the LICENSE.txt file for more information.