Hi there! This repository contains all of my (publically available) dotfiles.
.config | ||
.zshc | ||
.gitignore | ||
.gitmodules | ||
.zshrc | ||
README.md | ||
YouTube Music Desktop.css |
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
Notes
.zshc/aliases.sh
contains aliases fornano
,vim
, andvi
, that invokenvim
. If you use any of these editors, you may want to change these aliases before reloading your shell..zshc/aliases.sh
contains an alias forhtop
, that invokesbtop
. If you do not havebtop
, either install it or remove this alias..zshc/aliases.sh
contains an alias forclip
, that invokesxsel -ib
. If you do not use X11, you may want to remove or modify this alias..zshc/aliases.sh
contains an alias fordriver
andgpu
that invokenvidia-smi
andsudo nvidia-settings
respectively. If you do not have an NVIDIA GPU, you may want to remove or modify these aliases.- If you are not an Arch Linux user, you will want to change the following things:
.zshc/aliases.sh
: Remove theaur
alias..zhsrc
: Replace thearchlinux
plugin with the oh-my-zsh plugin(s) for your distrubtion.