Skip to content

Romain Gautier's dotfiles

Notifications You must be signed in to change notification settings

mykiwi/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

git clone git@github.com:mykiwi/dotfiles.git ~/.config/nixpkgs

cd ~/.config/nixpkgs

sh <(curl -L https://nixos.org/nix/install) --no-daemon
export NIX_PATH=nixpkgs=$HOME/.nix-defexpr/channels/nixpkgs
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
home-manager switch

(echo "exec fish" && cat ~/.bashrc) > ~/.bashrc1 && mv ~/.bashrc1 ~/.bashrc

Refs