Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (25 loc) · 1.67 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.67 KB

Warning

This repo is archived because I moved my setup to NixOS and Home Manager. See my nix-config ✨.

dotfiles

Personal setup for Hyprland, neovim, fish, tmux and more. Main OS used is Arch Linux.

Screenshots

Screenshot of workspace with an app launcher open Screenshot of workspace with three terminal emulator windows open Screenshot of workspace with graphical file manager and PDF reader open

Usage

Those dotfiles are managed using using chezmoi. You can bootstrap this config by installing chezmoi and the dotfiles in a single command:

sh -c "$(curl -fsLS chezmoi.io/get)" -- init --apply bcyran

You probably shouldn't just apply those on your machine if you don't know exactly what you're doing.

Repo

All dotfiles are stored in this repo's home directory. The names are a bit weird because of the way chezmoi works, but you should be able to figure it out even if your'e not familiar with this. For instance:

  • private_dot_config represents .config directory,
  • dot_gitconfig.tmpl is a template which will be used to generate .gitconfig file.

Legacy

Branch legacy-stow contains old, legacy dotfiles managed using GNU Stow. This won't be updated anymore, it's just an archive of 3 years and almost 300 commits of learning and tweaking my workspace.