Go to file
2023-08-04 08:49:33 -05:00
.legacy_dotfiles move legacy dotfiles under .legacy_dotfiles 2023-08-04 08:49:33 -05:00
nix add fish aliases/abbrs 2023-08-04 08:48:38 -05:00
.gitignore initial swing at a flaky home manager nix 2023-07-23 13:44:51 -05:00
flake.lock modularize firefox 2023-07-28 21:44:49 -05:00
flake.nix remove WSL config 2023-08-03 16:58:24 -05:00
nixpkgs.nix refactor nix config based on https://github.com/Misterio77/nix-starter-configs 2023-07-26 16:46:31 -05:00
README.md update readme 2023-07-23 16:14:48 -05:00
shell.nix more packages, more modular 2023-07-28 17:15:33 -05:00

Config files

Nix

I've started the process of leveraging Nix to manage my system configurations. This repo will (eventually?) hold files used for managing user environments with Home Manager. The goods are in flake.nix and the nix directory.

It's very much a work-in-progress though so the legacy dotfile configs are below.

Legacy stuff

Clone the repo:

git clone https://github.com/jbowdre/dotfiles.git ~/.dotfiles

Use ln to symlink the desired configs into your home directory:

ln -s ~/.dotfiles/zsh/.zshrc ~/.zshrc
ln -s ~/.dotfiles/vim/.vimrc ~/.vimrc
ln -s ~/.dotfiles/tmux/.tmux.conf ~/.tmux.conf
ln -s ~/.dotfiles/pwsh/Microsoft.PowerShell_profile.ps1 ~/.config/powershell/Microsoft.PowerShell_profile.ps1