Compare commits
3 commits
b95024a129
...
fccd7f3fc5
Author | SHA1 | Date | |
---|---|---|---|
|
fccd7f3fc5 | ||
|
30e9041ac0 | ||
|
34f27d2814 |
8 changed files with 114 additions and 98 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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -80,6 +80,7 @@
|
||||||
pkgs.aria2
|
pkgs.aria2
|
||||||
pkgs.jujutsu
|
pkgs.jujutsu
|
||||||
pkgs.lazyjj
|
pkgs.lazyjj
|
||||||
|
pkgs.biome
|
||||||
# === CLI ===
|
# === CLI ===
|
||||||
|
|
||||||
# === Image CLI ===
|
# === Image CLI ===
|
||||||
|
@ -124,7 +125,7 @@
|
||||||
unstable.jellyfin-media-player
|
unstable.jellyfin-media-player
|
||||||
# === Media ===
|
# === Media ===
|
||||||
|
|
||||||
pkgs.polychromatic
|
# pkgs.polychromatic
|
||||||
|
|
||||||
unstable.orca-slicer
|
unstable.orca-slicer
|
||||||
|
|
||||||
|
|
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.
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
|
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
|
||||||
"todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" },
|
"todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" },
|
||||||
"vim-wakatime": { "branch": "master", "commit": "e46d7c4f98ee0f40782008dd60cb2a79c377fb1d" }
|
"typr": { "branch": "main", "commit": "5ee7b67dc610e8ec2c0c8a6912a8d1fba90160c2" },
|
||||||
|
"vim-wakatime": { "branch": "master", "commit": "e46d7c4f98ee0f40782008dd60cb2a79c377fb1d" },
|
||||||
|
"volt": { "branch": "main", "commit": "21a2351697abfed26d4469b88d3ab124d55a1b3f" }
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
return {
|
return {
|
||||||
{ "folke/todo-comments.nvim", opts = {} },
|
{ "folke/todo-comments.nvim", opts = {} },
|
||||||
{ 'wakatime/vim-wakatime', lazy = false },
|
{ 'wakatime/vim-wakatime', lazy = false },
|
||||||
|
{
|
||||||
|
"nvzone/typr",
|
||||||
|
dependencies = "nvzone/volt",
|
||||||
|
opts = {},
|
||||||
|
cmd = { "Typr", "TyprStats" },
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue