Skip to content

hmcty/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

On Debian or Ubuntu, install external dependencies, stow configs, switch Home Manager, and install Python with pyenv:

./bootstrap.sh

To stow configs and switch Home Manager without running the full bootstrap:

./reload.sh

To only stow configs without running home-manager switch:

./reload.sh --skip-switch

Using System OpenGL Drivers

https://github.com/nix-community/nixGL

nix-channel --add https://github.com/nix-community/nixGL/archive/main.tar.gz nixgl && nix-channel --update
nix-env -iA nixgl.auto.nixGLDefault   # or replace `nixGLDefault` with your desired wrapper

Ignoring Certain Configs

For a given machine, you can avoid stowing config files:

touch i3/.stowignore

About

Personal settings for setting up a new development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors