fix: rename repos dir to src
This commit is contained in:
@@ -3,4 +3,4 @@ file:///home/oscar/Music
|
||||
file:///home/oscar/Pictures
|
||||
file:///home/oscar/Videos
|
||||
file:///home/oscar/Downloads
|
||||
file:///home/oscar/repos repos
|
||||
file:///home/oscar/src src
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"host": "192.168.2.22",
|
||||
"projects": [
|
||||
{
|
||||
"paths": ["~/repos/argparse.go"]
|
||||
"paths": ["~/src/argparse.go"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+1
-1
@@ -12,6 +12,6 @@ sudo usermod -aG input <user>
|
||||
3. reboot
|
||||
4. run xremap with:
|
||||
```sh
|
||||
xremap ~/repos/dotfiles/xremap/<config>.yml --device '<device_name>'
|
||||
xremap ~/src/dotfiles/xremap/<config>.yml --device '<device_name>'
|
||||
```
|
||||
5. might need to tab out and in again a couple of times for it to activate
|
||||
|
||||
Reference in New Issue
Block a user