Hi there! This repository contains all of my (publically available) dotfiles.
Find a file Use this template
Seaswimmer 0c6fc73260
fixed README formatting and added another command
Signed-off-by: Seaswimmer <seaswimmerthefsh@gmail.com>
2024-07-10 12:00:00 -04:00
.config/fastfetch initial commit 2024-07-10 11:21:15 -04:00
.zshc added zsh configuration 2024-07-10 11:44:45 -04:00
.gitignore added .gitignore 2024-07-10 11:53:14 -04:00
.gitmodules removed redundant submodule and cleaned up submodules 2024-07-10 11:47:53 -04:00
.zshrc added .zshrc 2024-07-10 11:50:52 -04:00
README.md fixed README formatting and added another command 2024-07-10 12:00:00 -04:00
YouTube Music Desktop.css initial commit 2024-07-10 11:21:15 -04:00

home

Hi there! This repository contains all of my (publically available) $HOME files. This is mainly meant as a utility for my own use, but if you'd like to base your configs on mine for some reason, feel free! This repository contains submodules, make sure to clone those as well with the following command:

git clone --recursive-submodules https://www.coastalcommits.com/Seaswimmer/home.git

Or, if you've already cloned the repository, initialize the submodules with the following command:

git submodules update --recursive