mstuttgart / dotfiles

:house_with_garden: There's no place like our /home
https://www.reddit.com/r/unixporn/comments/1d6ecen/i3_everforest_darklight_and_others_themes/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
MIT License
21 stars 3 forks source link
alacritty dotfiles i3wm kitty linux linux-mint nvim polybar rice setup tmux ubuntu unixporn wezterm yadm zsh

About | Install | Credits

About

2024-05-17_20-53_1 Everforest Dark 2024-05-17_20-53 Everforest Light

This repository serves as my way to help me setup and maintain my Linux Mint 21 (or Ubuntu 22.04 LTS).

Here are some details about my setup:

Install

[!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:

Debian/Ubuntu

sudo apt install yadm

To others systems install instructions, see here.

Set up

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

yadm clone --recursive https://github.com/mstuttgart/dotfiles.git

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

yadm fetch --all
yadm reset --hard origin/main

Execute the follow command to install all dependencies and apps:

yadm bootstrap

Credits

Copyright (C) 2019-2024 by Michell Stuttgart