Skip to content

mstuttgart/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository serves as my way to help me setup and maintain my Linux Mint.

Screenshot from 2024-11-03 14-31-57

Setup

Caution

Settings applied by this repository are very personal, and definitely not suite everyones needs. Don’t blindly use my settings unless you know what that entails. Use at your own risk!

My dotfiles is managed by yadm, a dotfiles manager. This makes it simple to set up a new computer and keep updates my config files. I order to set up a new system with these dotfiles, do the following:

sudo apt install yadm git -y

To others systems install instructions, see here.

Get the dots

Use yadm to clone this repo and set up your enviromnent.

yadm clone [email protected]:mstuttgart/dotfiles.git --no-bootstrap

The clone and pull command may result in warnings because of pre-existing dotfiles. Overwrite the existing files with commands below.

yadm reset --hard origin/linux-mint-22

# download nvim
git clone [email protected]:mstuttgart/nvim.git .config/nvim

Execute the follow command to install all dependencies and apps:

yadm bootstrap