This commit is contained in:
talksik
2023-09-08 09:42:48 -07:00
parent 201e9b7d84
commit d991742d48
3 changed files with 8 additions and 12 deletions
+7 -4
View File
@@ -1,15 +1,18 @@
# talksik dotfiles
# Clone
1. `cd $HOME`
2. `git clone <this_repo> .
See this for problems trying to clone into non-empty directory: https://stackoverflow.com/a/36084134
```
cd ~
git init
git remote add origin [my-repo]
git fetch
git checkout origin/master -ft
```
## Nix
1. install nix based on their website
2. `nix-shell` from $HOME to launch shell based on `shell.nix`
## nvim setup
1. run `nix-shell` from $HOME. The `shell.nix` in this repo should have neovim, ripgrep, and packer as dependencies.
2. open nvim anywhere. `nvim .`