update readme

This commit is contained in:
John Bowdre 2023-07-23 16:14:48 -05:00
parent f99d6f8412
commit 936693edaf

View file

@ -1,5 +1,10 @@
# Config files
## Nix
I've started the process of leveraging [Nix](https://nixos.org/explore.html) to manage my system configurations. This repo will (eventually?) hold files used for managing user environments with [Home Manager](https://github.com/nix-community/home-manager). The goods are in [flake.nix](./flake.nix) and the [nix](./nix/) directory.
It's very much a work-in-progress though so the legacy dotfile configs are below.
## Legacy stuff
Clone the repo:
```sh
git clone https://github.com/jbowdre/dotfiles.git ~/.dotfiles
@ -11,4 +16,4 @@ 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
```
```