1
0
Fork 0
My dotfiles, which I install on all my Linux installs (physical and virtual).
Find a file
2024-07-12 16:46:17 +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 Update SSH config, again 2024-07-04 00:29:13 +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 Alter ls aliases in bash 2024-07-12 16:46:17 +01:00
.gitconfig Update ssh config 2024-03-24 16:52:47 +00:00
.gitignore Update .gitignore 2024-06-16 13:23:55 +01:00
.stow-ignore-local Add stow command for convenience 2024-07-12 16:36:02 +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 Merge branch 'master' of i-am.nexus:nex/.dotfiles 2024-06-27 15:57:14 +01:00
README.md Add a README 2024-03-05 14:39:55 +00:00
stow Add stow command for convenience 2024-07-12 16:36:02 +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