Go to file
2023-07-23 21:27:51 -05:00
nix add config for duet chromebook 2023-07-23 21:27:51 -05:00
oh-my-posh Update README.md 2023-05-15 16:11:02 -05:00
pwsh pwsh: remove tanzu alias 2023-01-20 09:29:34 -06:00
tmux don't change tmux prefix keycombo on SSH sessions 2023-07-19 18:42:27 -05:00
vim add nerd commenter plugin 2023-02-20 12:11:33 -06:00
zsh only load ssh key if it exists 2023-04-25 10:35:27 -05:00
.gitignore initial swing at a flaky home manager nix 2023-07-23 13:44:51 -05:00
flake.lock initial work to support multiple home configs 2023-07-23 17:32:36 -05:00
flake.nix add config for duet chromebook 2023-07-23 21:27:51 -05:00
README.md update readme 2023-07-23 16:14:48 -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