Skip to content

chadwpry/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dot-files

Setup

Setup $XDG_CONFIG_HOME

Add base directory

mkdir -p ~/.config

Nix

Install nix on the computer

sh <(curl -L https://nixos.org/nix/install) --daemon

Install home-manager

nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install

Install packages and create configuration files with home-manager

home-manager switch

Git

Configure $GITUSER, $GITEMAIL

export $GITUSER="<git name>"
export $GITEMAIL="<git email>"
home-manager switch

Tmux

Retrieve tpm plugin submodule in tmux/plugins/tmux

git submodules update --init

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published