1
0
Fork 0
My dotfiles, which I install on all my Linux installs (physical and virtual).
Find a file
2024-03-06 14:16:45 +00:00
.config/mpv Remove missing mpv flag 2024-03-06 14:16:45 +00:00
.local/share/jellyfinmediaplayer Add mpv.conf for JellyFin 2024-03-05 19:26:24 +00:00
.oh-my-zsh/custom/plugins Properly add zsh-syntax-highlighting and zsh-autosuggestions 2024-03-05 14:27:18 +00:00
.ssh Add SSH Config 2024-03-05 12:06:17 +00:00
scripts Fix & trim zshrc 2024-03-05 18:18:38 +00:00
.bash_profile Add bash[rc|profile] 2024-03-05 12:03:30 +00:00
.bashrc Add bash[rc|profile] 2024-03-05 12:03:30 +00:00
.gitconfig Add .gitconfig, .vimrc, .wgetrc, and amment .zshrc 2024-03-05 15:13:00 +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 Add empty zprofile 2024-03-05 12:03:38 +00:00
.zshrc Enable zioxide configuration 2024-03-06 14:01:55 +00: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