Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 959 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 959 Bytes

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!