- This Repo:
- Cloning this Repo
- Branches:
- Configurations:
- Xorg configuration
- Custom KDE panels
- VFIO / GPU Passthrough Related:
- Extra Dotfiles, Belonging to this Repo:
../dotfiles-extras
- Documentation:
- (WIP) Prime Render Offload Settings:
- Wine Related:
- Hardware Specific Fixes & Settings:
- Configurations:
- Other Dotfiles:
- Fedora (ROG G15): spongeyperson/fedora-dotfiles-laptop
- Fedora: spongeyperson/fedora-dotfiles
- Proxmox: spongeyperson/proxmox-config
Please note, this information was taken from the following source and changed to fit the content of this repo. https://www.atlassian.com/git/tutorials/dotfiles
- Initialize the Repo:
git init --bare $HOME/.dotfiles
- Set an Alias in your Shell's Config:
Fish Shell:
echo "alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=/'" >> $HOME/.config/fish/config.fish
Bash Shell:
echo "alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=/'" >> $HOME/.bashrc
- Globally Untrack Files that aren't part of the Dotfiles
dotfiles config --local status.showUntrackedFiles no
- Set an Alias in your Shell's Config:
Fish Shell:
echo "alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=/'" >> $HOME/.config/fish/config.fish
Bash Shell:
echo "alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=/'" >> $HOME/.bashrc
- Globally Untrack Files that aren't part of the Dotfiles
dotfiles config --local status.showUntrackedFiles no
- Set Dotfiles Repo Source as ignored:
echo ".dotfiles" >> .gitignore
- Clone Bare Repo:
git clone --bare https://github.com/spongeyperson/arch-dotfiles.git $HOME/.dotfiles/
- Checkout Content from Remote Repo:
dotfiles checkout
Note: I do not pretend to own any content on this git repository. All contents are copyright of their respective owners. This repository is intented for recreating Linux installs only. Content on this repository is installed at your own risk. If you have any legal issue with the content on this repository, please make a github issue and i will create a submodule linking to your project instead.