8000 GitHub - junyeongh/dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

junyeongh/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

cd ~/dotfiles

# After installing Nix,
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch -f ~/dotfiles/configs/.config/home-manager/home.nix
# or
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake ~/dotfiles/configs/.config/home-manager#yeong

stow --delete configs # Unlink all
stow configs    # Link all
# stow options
-S, --stow            Stow the package names that follow this option
-D, --delete          Unstow the package names that follow this option
-R, --restow          Restow (like stow -D followed by stow -S)

Nix

Download | Nix & NixOS

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

Home Manager Manual

# Install using nix-channel
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 using nix profile
nix profile install nixpkgs#home-manager

# After installing home-manager, update packages using:
home-manager switch

NixOS Search - Packages


Homebrew for linux (deprecated; replaced with Nix)

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew bundle dump
brew bundle

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0