Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.25 KB

Sean's .dotfiles

Sean's dotfiles contains configuration files for use with my daily Linux development environment. The goals of this configuration are to create a consistent and seamless experience between commonly used interactions. As NeoVim is the primary text editor keyboard shortcuts are tailored around vim navigation. Fingers are to remain on the home row keys as much as possible.

Configuration is managed with dot.

For quick installation on Debian based systems, you can bootstrap the installation of all the development tools for these .dotfiles with this shell script

Prerequisites

Install git from command terminal.

sudo apt install git-all

Once git is installed download and install rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Finally with that done we can install dot

cargo install dot

Installation

From your home directory all you need to do is run the following.

dot init deathbreakfast\dotfiles