Skip to content

mystjc/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

About

These are my personal dotfiles, currently tailored for Arch and managed with Stow.

This repository offers a collection of configurations for a variety of software.

Installation

Install Stow and clone the repository to ~/dotfiles:

sudo pacman -S stow
git clone https://github.com/mystjc/dotfiles.git && cd dotfiles

Afterwards, make sure to install the necessary programs:

sudo pacman -S kitty joplin rofi wezterm
sudo pacman -S bat btop fastfetch fd fish fzf lazygit lf lsd mangohud neovim ripgrep starship zoxide

Then, run Stow within ~/dotfiles to create the symlinks:

stow .

If there is a conflict with pre-existing files, use:

stow --adopt .

Highly recommend this video by Dreams of Autonomy for additional information on using Stow!