Skip to content

my dotfiles for develop environment powered by rcm and brewdler.

Notifications You must be signed in to change notification settings

akiomik/dotfiles

Repository files navigation

dotfiles

Abstract

my dotfiles for develop environment powered by rcm and brewdler.

How to use

dotfiles

  1. clone this repository.
git clone [email protected]:akiomik/dotfiles.git ~/.dotfiles
  1. install rcm.
brew tap thoughtbot/formulae
brew install rcm
  1. create symlinks.
env RCRC=$HOME/.dotfiles/rcrc rcup

Brewfile

  1. install brewdler.
gem install brewdler
  1. generate Brewfile.
cd ~/.dotfiles
homebrew/brew2brewfile.sh
  1. install homebrew packages.
brewdle install

Setup via Nix

  1. Clone this repository:
git clone [email protected]:akiomik/dotfiles.git ~/.dotfiles
  1. Install nix via nix-installer:
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
  sh -s -- install
  1. Because of conflicting /etc/nix/nix.conf with nix-darwin's, back-up it:
sudo mv /etc/nix/nix.conf /etc/nix/nix.conf.before-nix-darwin
  1. Apply nix-darwin (and install darwin-rebuild)
nix --extra-experimental-features "flakes nix-command" \
  run nix-darwin -- switch --flake ~/.dotfiles

After run the above command, you can use darwin-rebuild instead of nix run nix-darwin:

darwin-rebuild switch --flake ~/.dotfiles

About

my dotfiles for develop environment powered by rcm and brewdler.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published