1
0
Fork 0
My dotfiles, which I install on all my Linux installs (physical and virtual).
Find a file
2024-08-30 15:55:13 +01:00
.config/mpv Add omz installs cript 2024-05-30 19:32:09 +01:00
.local/share/jellyfinmediaplayer Add mpv.conf for JellyFin 2024-03-05 19:26:24 +00:00
.ssh Wait why did I make them executable? 2024-08-30 15:55:13 +01:00
bin Add pubkeys to SCM 2024-08-30 15:51:00 +01:00
scripts Fix install script 2024-05-30 19:32:42 +01:00
.bash_profile Dynamically load cargo 2024-06-16 13:23:28 +01:00
.bashrc GPG & nvm 2024-08-12 21:10:33 +01:00
.gitconfig Force git FSCKing 2024-08-07 01:19:36 +01:00
.gitignore Add pubkeys to SCM 2024-08-30 15:51:00 +01:00
.stow-local-ignore Fix stow ignore not being named right 2024-07-14 02:21:19 +01:00
.vimrc Add .gitconfig, .vimrc, .wgetrc, and amment .zshrc 2024-03-05 15:13:00 +00:00
.wgetrc Add .gitconfig, .vimrc, .wgetrc, and amment .zshrc 2024-03-05 15:13:00 +00:00
.zprofile Fix path in zprofile 2024-06-16 13:25:17 +01:00
.zshrc Use rootless docker where available 2024-08-28 00:49:06 +01:00
README.md Add a README 2024-03-05 14:39:55 +00:00
stow Add zsh installer to stow command 2024-07-14 02:30:36 +01:00

(dot)Dotfiles

Installing

Install stow first, via the package manager (apt/dnf install, yay/pacman -S stow, apk add stow, so on)

# Clone the repository
git clone --recursive git@git.i-am.nexus:nex/.dotfiles $HOME/.dotfiles

# Install main dotfiles
cd $HOME/.dotfiles/
stow .

# Optionally, install additional system-wide configuration things, such as NetworkManager settings.
$HOME/.dotfiles/.install-extras.sh