Skip to content

SimonTheLeg/dotfiles

Repository files navigation

Collection of dotfiles and other settings

Setup

Clone the repository into ~/code/github/simontheleg/dotfiles

git clone [email protected]:SimonTheLeg/dotfiles.git ~/code/github/simontheleg/dotfiles

Keyboard Layout Setup

sudo cp -r SimonsCustomKeyboardLayout.bundle /Library/Keyboard\ Layouts

Afterwards reboot the Mac and then it should be available under the standard input sources

Nix Setup

  1. Install Nix:
sh <(curl -L https://nixos.org/nix/install)
  1. 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
  1. Start home-manager environment generation
home-manager switch

iTerm Setup

  1. Install Powerline Font
open iTerm/Meslo\ LG\ L\ DZ\ Regular\ for\ Powerline.ttf 
  1. In iTerm settings point the settings folder to the dotfiles/iTerm folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published