mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
update readme
This commit is contained in:
parent
f99d6f8412
commit
936693edaf
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
||||||
# Config files
|
# 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:
|
Clone the repo:
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/jbowdre/dotfiles.git ~/.dotfiles
|
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/tmux/.tmux.conf ~/.tmux.conf
|
||||||
ln -s ~/.dotfiles/pwsh/Microsoft.PowerShell_profile.ps1 ~/.config/powershell/Microsoft.PowerShell_profile.ps1
|
ln -s ~/.dotfiles/pwsh/Microsoft.PowerShell_profile.ps1 ~/.config/powershell/Microsoft.PowerShell_profile.ps1
|
||||||
|
|
||||||
```
|
```
|
Loading…
Reference in a new issue