1
0
Fork 0
My dotfiles, which I install on all my Linux installs (physical and virtual).
Find a file
2024-07-03 00:22:06 +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 to be tailscale exclusive; 2024-07-03 00:22:06 +01:00
scripts Fix install script 2024-05-30 19:32:42 +01:00
.bash_profile Add cargo 2024-03-21 10:05:10 +00:00
.bashrc Auto-load cargo in bash only when installed 2024-04-29 19:08:35 +01:00
.gitconfig Update ssh config 2024-03-24 16:52:47 +00:00
.gitignore Add gitignore 2024-03-05 13:39:15 +00:00
.gitmodules Properly add zsh-syntax-highlighting and zsh-autosuggestions 2024-03-05 14:27:18 +00:00
.stow-ignore-local Fix & trim zshrc 2024-03-05 18:18:38 +00: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 Update ZSHRC 2024-03-20 12:54:48 +00:00
.zshrc Switch from nvim to vscode for $EDITOR 2024-06-15 02:19:22 +01:00
README.md Add a README 2024-03-05 14:39:55 +00: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