Add a folder for ~/.local files

This commit is contained in:
BuyMyMojo 2025-03-31 09:58:45 +11:00
parent 30e9041ac0
commit fccd7f3fc5
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
5 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,4 @@
--target=~/.config
--ignore=.stowrc
--ignore=DS_Store
--ignore=local/*

View file

@ -2,8 +2,11 @@
Just my dot files~
### Install with stow:
## Install with stow:
```bash
stow .
```
cd local && stow .
```

View file

@ -195,11 +195,11 @@
"locked": {
"lastModified": 1,
"narHash": "sha256-F++9IlKzjo5nlNYC+fpx4GfbJiEUqLarfQPBBT5uz3A=",
"path": "/nix/store/j88qqgp5b1qwpd8120jh24f48q7c96cw-source/programs/shadps4",
"path": "/nix/store/ikcx9p7a52gmfbyyq3j5bhqk1a0xzfhq-source/programs/shadps4",
"type": "path"
},
"original": {
"path": "/nix/store/j88qqgp5b1qwpd8120jh24f48q7c96cw-source/programs/shadps4",
"path": "/nix/store/ikcx9p7a52gmfbyyq3j5bhqk1a0xzfhq-source/programs/shadps4",
"type": "path"
}
},

3
local/.stowrc Normal file
View file

@ -0,0 +1,3 @@
--target=~/.local
--ignore=.stowrc
--ignore=DS_Store

BIN
local/share/nvim/typrstats Normal file

Binary file not shown.