mrsekut / dotfiles

my configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Manually create a directory that matches the root of ghq

$ mkdir -p ~/Desktop/dev/github.com/mrsekut
$ cd ~/Desktop/dev/github.com/mrsekut
$ git clone https://github.com/mrsekut/dotfiles.git
$ cd dotfiles

install just

$ bash ./just-install.sh

install nix

$ just nix-install

note: If you already have bash or zsh, you may get an error.

  1. In that case, back up /etc/zshrc etc. according to the error message
  2. After running $ just nix-uninstall, run $ just nix-install again

apply

$ just nix-apply

install nix-darwin

$ just nix-darwin-install

apply home-manager

home-manager

$ home-manager switch

Reference

About

my configs


Languages

Language:Nix 53.3%Language:Shell 17.1%Language:Vim Script 15.4%Language:Emacs Lisp 9.2%Language:Just 4.9%