Skip to content

bcyran/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.