Skip to content

My dotfiles & system configuration (using Nix)

Notifications You must be signed in to change notification settings

enniomara/dotfiles

Repository files navigation

Dotfiles

How to install?

Home Manager

Install Nix by running following the steps on the NixOS website. Then install nix-darwin by following the instructions on its Github page.

cVim

Install cVim from here.

Update configpath to reflect the location of .cvimrc file (in dotfiles folder). Then load it on the browser by running :source {$pathToCvimRC}.

Visual Studio Code

Install Visual Studio Code from here.

Find the setting file location from here

Symlink settings.json by running

ln -s [path to dotfiles]/vscode/{settings.json,keybindings.json} [path to vscode settings.json]

BetterTouchTool3

Import the config in misc/BetterTouchTool by pressing preset then import.

https://community.folivora.ai/t/how-to-backup-import-btt-settings/9727

Tmux

Install TPM from here and clone it to the ~/.tmux/plugins/tpm. Then symlink the conf files by running:

ln -s [path to dotfiles]/{.tmux.conf,.tmux-osx.conf} ~/