diff --git a/.stowrc b/.stowrc index c23f46b..ac701b1 100644 --- a/.stowrc +++ b/.stowrc @@ -1,3 +1,4 @@ --target=~/.config --ignore=.stowrc --ignore=DS_Store +--ignore=local/* \ No newline at end of file diff --git a/README.md b/README.md index 59a82f7..2bebf28 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ Just my dot files~ -### Install with stow: +## Install with stow: + ```bash stow . -``` +cd local && stow . + +``` diff --git a/home-manager/flake.lock b/home-manager/flake.lock index 1c08e1c..10525b9 100644 --- a/home-manager/flake.lock +++ b/home-manager/flake.lock @@ -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" } }, diff --git a/local/.stowrc b/local/.stowrc new file mode 100644 index 0000000..c3cb4e6 --- /dev/null +++ b/local/.stowrc @@ -0,0 +1,3 @@ +--target=~/.local +--ignore=.stowrc +--ignore=DS_Store \ No newline at end of file diff --git a/local/share/nvim/typrstats b/local/share/nvim/typrstats new file mode 100644 index 0000000..37f8a0b Binary files /dev/null and b/local/share/nvim/typrstats differ