No description
| .config | ||
| .local/share | ||
| .zshrc.d | ||
| scripts | ||
| wiki | ||
| .bash_profile | ||
| .bashrc | ||
| .gitconfig | ||
| .gitignore | ||
| .profile | ||
| .stow-local-ignore | ||
| .tmux.conf | ||
| .xsessionrc | ||
| .zprofile | ||
| .zshrc | ||
| README.md | ||
Dotfiles
My personal dotfiles configuration managed with Stowbun for easy deployment across different systems.
curl -sSL arch.quelloffen.ch | bash -s -- useradd
curl -sSL arch.quelloffen.ch | bash -s
curl -sSL arch.quelloffen.ch | bash -s -- stowbun
Installation
Clone the repository and set up the dotfiles using Stowbun:
curl https://quelloffen.ch/zenn/stowbun/raw/branch/main/stowbun | bash -s -- init ssh://git@quelloffen.ch/zenn/dotfiles.git
curl https://quelloffen.ch/zenn/stowbun/raw/branch/main/stowbun | bash -s -- fr
This approach uses Stowbun to create symbolic links for all configuration files, allowing for easy management and version control of dotfiles.
Homedir structure
My personal dotfiles configuration managed with Stowbun for easy deployment across different systems.
~/opt/
├── bin
├── build
├── etc
├── include
├── lib
├── lib64
├── projects
└── share
mkdir -p ~/opt/bin ~/opt/build ~/opt/etc ~/opt/include ~/opt/lib ~/opt/lib64 ~/opt/projects ~/opt/share
Installs
Window-Manager
Infos
Requirements
- GNU Stow
- Git