Skip to content

wpcarro/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

asciicast

Install

You have a few installation options:

  1. Use Nix Profiles (recommended)
  2. Overwrite existing ~/.bashrc
  3. Standalone executable: billsh

Use Nix Profiles (recommended)

$ nix-env -f https://github.com/wpcarro/dotfiles/archive/main.tar.gz -iA dotfiles.bashrc
$ vim ~/.bashrc # add "source ~/.nix-profile/etc/bashrc"

Overwrite existing ~/.bashrc

$ mv ~/.bashrc{,.bak} # backup your bashrc
$ ln -sf $(nix-build https://github.com/wpcarro/dotfiles/archive/main.tar.gz -A dotfiles.bashrc --no-out-link)/etc/bashrc ~/.bashrc

Standalone executable: billsh

$ nix-env -f https://github.com/wpcarro/dotfiles/archive/main.tar.gz -iA dotfiles.shell

Nix

You may need to install Nix:

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

About

Bringing chaos to chaos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published