Add a folder for ~/.local
files
This commit is contained in:
parent
30e9041ac0
commit
fccd7f3fc5
5 changed files with 11 additions and 4 deletions
1
.stowrc
1
.stowrc
|
@ -1,3 +1,4 @@
|
||||||
--target=~/.config
|
--target=~/.config
|
||||||
--ignore=.stowrc
|
--ignore=.stowrc
|
||||||
--ignore=DS_Store
|
--ignore=DS_Store
|
||||||
|
--ignore=local/*
|
|
@ -2,8 +2,11 @@
|
||||||
|
|
||||||
Just my dot files~
|
Just my dot files~
|
||||||
|
|
||||||
### Install with stow:
|
## Install with stow:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
stow .
|
stow .
|
||||||
```
|
|
||||||
|
|
||||||
|
cd local && stow .
|
||||||
|
|
||||||
|
```
|
||||||
|
|
4
home-manager/flake.lock
generated
4
home-manager/flake.lock
generated
|
@ -195,11 +195,11 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-F++9IlKzjo5nlNYC+fpx4GfbJiEUqLarfQPBBT5uz3A=",
|
"narHash": "sha256-F++9IlKzjo5nlNYC+fpx4GfbJiEUqLarfQPBBT5uz3A=",
|
||||||
"path": "/nix/store/j88qqgp5b1qwpd8120jh24f48q7c96cw-source/programs/shadps4",
|
"path": "/nix/store/ikcx9p7a52gmfbyyq3j5bhqk1a0xzfhq-source/programs/shadps4",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/nix/store/j88qqgp5b1qwpd8120jh24f48q7c96cw-source/programs/shadps4",
|
"path": "/nix/store/ikcx9p7a52gmfbyyq3j5bhqk1a0xzfhq-source/programs/shadps4",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
3
local/.stowrc
Normal file
3
local/.stowrc
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
--target=~/.local
|
||||||
|
--ignore=.stowrc
|
||||||
|
--ignore=DS_Store
|
BIN
local/share/nvim/typrstats
Normal file
BIN
local/share/nvim/typrstats
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue