Clone the repository into ~/code/github/simontheleg/dotfiles
git clone [email protected]:SimonTheLeg/dotfiles.git ~/code/github/simontheleg/dotfiles
sudo cp -r SimonsCustomKeyboardLayout.bundle /Library/Keyboard\ Layouts
Afterwards reboot the Mac and then it should be available under the standard input sources
- Install Nix:
sh <(curl -L https://nixos.org/nix/install)
- Symlink home manager config and Install Home Manager
mkdir -p ${HOME}/.config/home-manager/
ln -s -f ~/code/github/simontheleg/dotfiles/home.nix ${HOME}/.config/home-manager/home.nix
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
export NIX_PATH=$HOME/.nix-defexpr/channels${NIX_PATH:+:}$NIX_PATH
nix-shell '<home-manager>' -A install
- Start home-manager environment generation
home-manager switch
- Install Powerline Font
open iTerm/Meslo\ LG\ L\ DZ\ Regular\ for\ Powerline.ttf
- In iTerm settings point the settings folder to the dotfiles/iTerm folder