Merge branch 'master' of potokar.us:easton/dotfiles
This commit is contained in:
BIN
.Xauthority
Normal file
BIN
.Xauthority
Normal file
Binary file not shown.
100
.config/bacon/prefs.toml
Normal file
100
.config/bacon/prefs.toml
Normal file
@@ -0,0 +1,100 @@
|
|||||||
|
# This is a preferences file for the bacon tool
|
||||||
|
# More info at https://github.com/Canop/bacon
|
||||||
|
|
||||||
|
|
||||||
|
# Uncomment and change the value (true/false) to
|
||||||
|
# specify whether bacon should start in summary mode
|
||||||
|
#
|
||||||
|
# summary = true
|
||||||
|
|
||||||
|
|
||||||
|
# Uncomment and change the value (true/false) to
|
||||||
|
# specify whether bacon should start with lines wrapped
|
||||||
|
#
|
||||||
|
# wrap = false
|
||||||
|
|
||||||
|
|
||||||
|
# In "reverse" mode, the focus is at the bottom, item
|
||||||
|
# order is reversed, and the status bar is on top
|
||||||
|
#
|
||||||
|
# reverse = true
|
||||||
|
|
||||||
|
|
||||||
|
# The grace period is a delay after a file event before the real
|
||||||
|
# task is launched and during which other events will be ignored.
|
||||||
|
# This is useful if several events are often sent quasi-simultaneously
|
||||||
|
# (eg your editor backups before saving, then renames).
|
||||||
|
# You can set it to "none" if it's useless for you.
|
||||||
|
#
|
||||||
|
# grace_period = "5ms"
|
||||||
|
|
||||||
|
|
||||||
|
# Uncomment and change the value (true/false) to
|
||||||
|
# specify whether bacon should show a help line.
|
||||||
|
#
|
||||||
|
# help_line = false
|
||||||
|
|
||||||
|
|
||||||
|
# Uncomment and change the value (true/false) to
|
||||||
|
# set whether to display the count of changes since last job start
|
||||||
|
#
|
||||||
|
# show_changes_count = false
|
||||||
|
|
||||||
|
|
||||||
|
# Uncomment one of those lines if you don't want the default
|
||||||
|
# behavior triggered by a file change. This property can also
|
||||||
|
# be set directly in a specific job.
|
||||||
|
#
|
||||||
|
# on_change_strategy = "kill_then_restart"
|
||||||
|
# on_change_strategy = "wait_then_restart"
|
||||||
|
|
||||||
|
|
||||||
|
# Exporting "locations" (by setting its 'auto' to true) lets you use
|
||||||
|
# them in an external tool, for example as a list of jump locations
|
||||||
|
# in an IDE or in a language server.
|
||||||
|
# (See https://dystroy.org/bacon/config/#export-locations),
|
||||||
|
#
|
||||||
|
# Possible line_format parts:
|
||||||
|
# - kind: warning|error|test
|
||||||
|
# - path: complete absolute path to the file
|
||||||
|
# - line: 1-based line number
|
||||||
|
# - column: 1-based column
|
||||||
|
# - message: description of the item
|
||||||
|
# - context: unstyled lines of output, separated with escaped newlines (`\\n`)
|
||||||
|
[exports.locations]
|
||||||
|
auto = false
|
||||||
|
exporter = "locations"
|
||||||
|
path = ".bacon-locations"
|
||||||
|
line_format = "{kind} {path}:{line}:{column} {message}"
|
||||||
|
|
||||||
|
|
||||||
|
# Uncomment and change the key-bindings you want to define
|
||||||
|
# (some of those ones are the defaults and are just here for illustration)
|
||||||
|
[keybindings]
|
||||||
|
# esc = "back"
|
||||||
|
# g = "scroll-to-top"
|
||||||
|
# shift-g = "scroll-to-bottom"
|
||||||
|
# k = "scroll-lines(-1)"
|
||||||
|
# j = "scroll-lines(1)"
|
||||||
|
# ctrl-c = "quit"
|
||||||
|
# ctrl-q = "quit"
|
||||||
|
# q = "quit"
|
||||||
|
# F5 = "rerun"
|
||||||
|
# alt-s = "toggle-summary"
|
||||||
|
# alt-w = "toggle-wrap"
|
||||||
|
# alt-b = "toggle-backtrace"
|
||||||
|
# Home = "scroll-to-top"
|
||||||
|
# End = "scroll-to-bottom"
|
||||||
|
# Up = "scroll-lines(-1)"
|
||||||
|
# Down = "scroll-lines(1)"
|
||||||
|
# PageUp = "scroll-pages(-1)"
|
||||||
|
# PageDown = "scroll-pages(1)"
|
||||||
|
# Space = "scroll-pages(1)"
|
||||||
|
# a = "job:check-all"
|
||||||
|
# i = "job:initial"
|
||||||
|
# c = "job:clippy"
|
||||||
|
# c = "job:clippy-all"
|
||||||
|
# d = "job:doc-open"
|
||||||
|
# t = "job:test"
|
||||||
|
# r = "job:run"
|
||||||
|
# ctrl-e = "export:analysis"
|
||||||
1
.config/borg2mqtt/config.yml
Symbolic link
1
.config/borg2mqtt/config.yml
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
/home/contagon/ss/config/borgmqtt.yml
|
||||||
10
.config/ctop/config
Normal file
10
.config/ctop/config
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[options]
|
||||||
|
columns = "name,cpu,mem,io,pids,uptime"
|
||||||
|
filterStr = ""
|
||||||
|
sortField = "state"
|
||||||
|
|
||||||
|
[toggles]
|
||||||
|
allContainers = true
|
||||||
|
enableHeader = true
|
||||||
|
fullRowCursor = true
|
||||||
|
sortReversed = false
|
||||||
1
.config/lazydocker/config.yml
Normal file
1
.config/lazydocker/config.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
reporting: "off"
|
||||||
11
.config/rclone/rclone.conf
Normal file
11
.config/rclone/rclone.conf
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
[box]
|
||||||
|
type = box
|
||||||
|
box_sub_type = user
|
||||||
|
token = {"access_token":"ynqW1VbBMf3jbTgXFmPXc5gupGpXsK6v","token_type":"bearer","refresh_token":"9QXusAOCqf55uFtKYsW8RsCjI9hu6NvcPQoaZspcbYXy0XwuSvrr2CibltV4GHhK","expiry":"2024-02-04T05:17:23.519391453-05:00"}
|
||||||
|
|
||||||
|
[gdrive]
|
||||||
|
type = drive
|
||||||
|
scope = drive
|
||||||
|
token = {"access_token":"ya29.a0AfB_byBby0GvJWMMviifpT8ORDloEX5XPinvrHvFfevff0HEsD-NNp8cjqoZ4fOZQl-n1GwJDbnNevMj04DPbOuiMdFPm8_Ys5zGj8jL5DeQmYpdUMNGMymHqlK6CH-Mp3jMbTBMJ13W0o_jWyCSC23ayWPj2k4yP54XdQaCgYKATUSARISFQHGX2Mi5gYvEXOm1OmV9UyCCrsWNQ0173","token_type":"Bearer","refresh_token":"1//0577fQIsYVmLjCgYIARAAGAUSNwF-L9IrgjYyHpIoDTfTX3RGp39Xe4HfUeW_kkSo6QcaxSpUhE-E_UlVFJ0RXY4waok04Sl7E94","expiry":"2024-02-12T03:00:37.467875337-05:00"}
|
||||||
|
team_drive =
|
||||||
|
|
||||||
@@ -40,6 +40,12 @@ bind -r Left previous-window
|
|||||||
bind-key -n C-S-Left swap-window -t -1\; select-window -t -1
|
bind-key -n C-S-Left swap-window -t -1\; select-window -t -1
|
||||||
bind-key -n C-S-Right swap-window -t +1\; select-window -t +1
|
bind-key -n C-S-Right swap-window -t +1\; select-window -t +1
|
||||||
|
|
||||||
|
# rename pane starts empty
|
||||||
|
bind-key , command-prompt "rename-window '%%'"
|
||||||
|
|
||||||
|
# restart panes
|
||||||
|
bind-key k respawn-pane -k
|
||||||
|
|
||||||
# ----------------------- Plugins ----------------------- #
|
# ----------------------- Plugins ----------------------- #
|
||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
|
|||||||
2
.config/yadm/config
Normal file
2
.config/yadm/config
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
2026
.config/zsh/.zcompdump
Normal file
2026
.config/zsh/.zcompdump
Normal file
File diff suppressed because it is too large
Load Diff
317
.config/zsh/.zsh_history
Normal file
317
.config/zsh/.zsh_history
Normal file
@@ -0,0 +1,317 @@
|
|||||||
|
touch don.py
|
||||||
|
touch don.py
|
||||||
|
touch modules/house/room.py
|
||||||
|
touch modules/house/room.py
|
||||||
|
cargo add home-oxidation-impl
|
||||||
|
cargo init hass-types --lib
|
||||||
|
ts oxide
|
||||||
|
ts hox
|
||||||
|
tl
|
||||||
|
ts hox
|
||||||
|
touch modules/house/room.py
|
||||||
|
crontab -e
|
||||||
|
cd /pool/photos
|
||||||
|
ls
|
||||||
|
cd easton-family
|
||||||
|
ls
|
||||||
|
c
|
||||||
|
ls
|
||||||
|
ls
|
||||||
|
ls
|
||||||
|
ls
|
||||||
|
mv clear
|
||||||
|
ls
|
||||||
|
mv 01\ Easton unorganized
|
||||||
|
mv 2014-*G* unorganized
|
||||||
|
mv 0000\ Scanned\ Photos unorganized
|
||||||
|
mv 100CANON unorganized
|
||||||
|
mv Anniversary\ Video\ Pics unorganized
|
||||||
|
mv Easton* unorganized
|
||||||
|
ls
|
||||||
|
mkdir videos
|
||||||
|
mv Erin\ Page\ * unorganized
|
||||||
|
mv Scouts\ 200* unorganized
|
||||||
|
mv G\&G\ P\'s unorganized
|
||||||
|
tree 1900-1980
|
||||||
|
mv 1900-1980 videos
|
||||||
|
mv 1980\'s videos
|
||||||
|
mv 1990\'s videos
|
||||||
|
mv 2000\'s videos
|
||||||
|
mv 2010\'s videos
|
||||||
|
ls
|
||||||
|
mv Family\ Pictures\ 2013 videos
|
||||||
|
clear
|
||||||
|
ls Family\ 2013
|
||||||
|
ls Family\ 2014
|
||||||
|
clear
|
||||||
|
nv config/backups_data.yml
|
||||||
|
nv gitea.yml
|
||||||
|
nv config/backups_raid.yml
|
||||||
|
ssh work
|
||||||
|
ssh contagon@work.eastonpots.com
|
||||||
|
ssh work
|
||||||
|
ssh contagon@work.eastonpots.com
|
||||||
|
nv ~/.ssh/config
|
||||||
|
ssh contagon@work.eastonpots.com
|
||||||
|
clear
|
||||||
|
borgmatic -v -n create --config /etc/borgmatic.d/data.yaml
|
||||||
|
borgmatic -v 1 -n create --config /etc/borgmatic.d/data.yaml
|
||||||
|
borgmatic -v 1 create prune --config /etc/borgmatic.d/data.yaml
|
||||||
|
borgmatic -v 1 create prune --config /etc/borgmatic.d/raid.yaml
|
||||||
|
borgmatic -v 2 create prune --config /etc/borgmatic.d/raid.yaml
|
||||||
|
borgmatic -v 3 create prune --config /etc/borgmatic.d/raid.yaml
|
||||||
|
borgmatic -v 2 create prune --config /etc/borgmatic.d/raid.yaml
|
||||||
|
borg2mqtt update
|
||||||
|
ls
|
||||||
|
ls config
|
||||||
|
nv config/borgmqtt.yml
|
||||||
|
borg2mqtt update
|
||||||
|
nv config/borgmqtt.yml
|
||||||
|
borg2mqtt update
|
||||||
|
nv config/borgmqtt.yml
|
||||||
|
ssh contagon@work.eastonpots.com
|
||||||
|
borg2mqtt update
|
||||||
|
nv pinchflat.yml
|
||||||
|
cd ~/ss
|
||||||
|
server pinchflat.yml pull && server pinchflat.yml up -d
|
||||||
|
docker exec -it pinchflat bash
|
||||||
|
ls
|
||||||
|
cd ~/data/pinchflat
|
||||||
|
ls
|
||||||
|
ls extras
|
||||||
|
ls logs
|
||||||
|
ls metadata
|
||||||
|
ls db
|
||||||
|
docker exec -it pinchflat bash
|
||||||
|
docker logs -f caddy
|
||||||
|
docker ps -a
|
||||||
|
nv config/backups_data.yml
|
||||||
|
docker start $(docker ps -a -q)
|
||||||
|
docker ps -a
|
||||||
|
docker logs -f adguard
|
||||||
|
docker logs -f authelia
|
||||||
|
server wg.yml
|
||||||
|
nv wg.yml
|
||||||
|
server wg.yml up -d
|
||||||
|
docker logs -f adguard
|
||||||
|
clear
|
||||||
|
sudo ss -tulpn | grep :53
|
||||||
|
sudo ss -tulpn | grep :53
|
||||||
|
docker ps -a
|
||||||
|
docker logs -f gitea
|
||||||
|
docker ps -a
|
||||||
|
docker ps -a | grep ad
|
||||||
|
nv
|
||||||
|
docker ps -a
|
||||||
|
docker ps -a | grep 53
|
||||||
|
docker ps -a
|
||||||
|
clear
|
||||||
|
nv /etc/systemd/resolved.conf.d/adguardhome.conf
|
||||||
|
cd /etc
|
||||||
|
ls resolv.conf
|
||||||
|
nv resolv.conf
|
||||||
|
ls -alh resolv*
|
||||||
|
sudo systemctl reload-or-restart systemd-resolved.service
|
||||||
|
ls
|
||||||
|
cd ~/ss
|
||||||
|
docker logs -f adguard
|
||||||
|
docker logs -f adguard
|
||||||
|
server wg.yml up -d --force-recreate
|
||||||
|
docker logs -f adguard
|
||||||
|
lyadm
|
||||||
|
docker ps
|
||||||
|
docker logs -f gitea_db
|
||||||
|
cd ~/data/gitea
|
||||||
|
ls
|
||||||
|
cp -r db db_backup
|
||||||
|
sudo cp -r db db_backup
|
||||||
|
sudo chown -r contagon:contagon db
|
||||||
|
sudo chown -R contagon:contagon db
|
||||||
|
ls db/
|
||||||
|
ls -alh db/
|
||||||
|
clear
|
||||||
|
ls
|
||||||
|
ls
|
||||||
|
ls -alh
|
||||||
|
docker exec -it gitea_db bash
|
||||||
|
docker exec -it gitea_db sh
|
||||||
|
ls
|
||||||
|
ls -alh
|
||||||
|
ls -lnd db
|
||||||
|
ls -lnd db/
|
||||||
|
ls db/
|
||||||
|
cd db
|
||||||
|
ls -lnd
|
||||||
|
ls -ln
|
||||||
|
cd ..
|
||||||
|
sudo chown -R contagon:contagon db
|
||||||
|
ls -alh
|
||||||
|
ls -ln
|
||||||
|
cd db
|
||||||
|
ls -ln
|
||||||
|
clear
|
||||||
|
docker logs -f gitea_db
|
||||||
|
borgmatic -v 2 create prune --config /etc/borgmatic.d/data.yaml
|
||||||
|
clear
|
||||||
|
nv gitea.yml
|
||||||
|
nv gitea.yml
|
||||||
|
cd /pool/tv_kids/Bill\ Nye\ -\ The\ Science\ Guy
|
||||||
|
ls
|
||||||
|
ls Season\ 5
|
||||||
|
ls -alh Season\ 5
|
||||||
|
cd ~/ss
|
||||||
|
server gitea.yml up -d
|
||||||
|
server gitea.yml up -d
|
||||||
|
server gitea.yml stop
|
||||||
|
server gitea.yml up -d --force-recreate
|
||||||
|
clear
|
||||||
|
borgmatic -v 2 create prune --config /etc/borgmatic.d/data.yaml
|
||||||
|
nv config/backups_data.yml
|
||||||
|
borgmatic -v 2 create prune --config /etc/borgmatic.d/raid.yaml
|
||||||
|
nv config/backups_data.yml
|
||||||
|
borg2mqtt update -vv
|
||||||
|
borg2mqtt -vv update
|
||||||
|
nv config/borgmqtt.yml
|
||||||
|
borg2mqtt -vv update
|
||||||
|
ls
|
||||||
|
nv assist.yml
|
||||||
|
docker exec -it pinchflat bash
|
||||||
|
cd /pool/downloads
|
||||||
|
ls
|
||||||
|
ls completed
|
||||||
|
ls watch
|
||||||
|
ls incomplete
|
||||||
|
ls completed/mouse
|
||||||
|
cd completed
|
||||||
|
ls
|
||||||
|
cd /pool/youtube/kids/Gospel\ For\ Kids
|
||||||
|
fd Season
|
||||||
|
fd Season
|
||||||
|
cd ../Latter\ Day\ Kids
|
||||||
|
ls
|
||||||
|
rm -rf Season\ 30\ -\ Article\ of\ Faith
|
||||||
|
clear
|
||||||
|
docker restart authelia
|
||||||
|
cd ~/ss
|
||||||
|
ls
|
||||||
|
ls scr
|
||||||
|
ls scripts
|
||||||
|
./scripts/update_youtube_plex_names.py
|
||||||
|
cd scripts
|
||||||
|
./update_youtube_plex_names.py
|
||||||
|
nv add_plex_poster.py
|
||||||
|
nv add_plex_poster.py
|
||||||
|
nv add_plex_poster.py
|
||||||
|
./add_plex_poster.py /pool/youtube/kids/Gospel\ For\ Kids/Season\ 06\ -\ How\ to\ Draw https://i.ytimg.com/vi/bvOM-QSNzvo/maxresdefault.jpg
|
||||||
|
./add_plex_poster.py /pool/youtube/kids/Gospel\ For\ Kids/Season\ 07\ -\ Messages\ from\ Leaders https://assets.churchofjesuschrist.org/ce/36/ce36a29e91a37128230dbd7fdad30488ff0f0cd1/ce36a29e91a37128230dbd7fdad30488ff0f0cd1.jpeg
|
||||||
|
./add_plex_poster.py /pool/youtube/kids/Gospel\ For\ Kids/Season\ 40\ -\ Growing\ Faith https://i.ytimg.com/vi/sbPoAkDpr04/maxresdefault.jpg
|
||||||
|
./update_youtube_plex_names.py
|
||||||
|
clear
|
||||||
|
./update_youtube_plex_names.py
|
||||||
|
./update_youtube_plex_names.py
|
||||||
|
./update_youtube_plex_names.py
|
||||||
|
./update_youtube_plex_names.py
|
||||||
|
./update_youtube_plex_names.py
|
||||||
|
./add_plex_poster.py /pool/youtube/kids/Latter\ Day\ Kids/Season\ 28\ -\ Come\ Follow\ Me\ 2025 https://i.ytimg.com/vi/bTthf6HxHbA/maxresdefault.jpg
|
||||||
|
./add_plex_poster.py /pool/youtube/kids/Latter\ Day\ Kids/Season\ 29\ -\ Come\ Follow\ Me\ 2024 https://i.ytimg.com/vi/cAp1HLLSHHE/hqdefault.jpg
|
||||||
|
./add_plex_poster.py /pool/youtube/kids/Latter\ Day\ Kids/Season\ 39\ -\ Articles\ of\ Faith https://s3-us-west-2.amazonaws.com/ldsbookstore/products/AF-Organic-black.jpg
|
||||||
|
./update_youtube_plex_names.py
|
||||||
|
docker stop transmission
|
||||||
|
server pinchflat.yml up -d
|
||||||
|
docker exec -it qbittorrent bash
|
||||||
|
server pinchflat.yml up -d
|
||||||
|
server torrent.yml up -d
|
||||||
|
cd /pool/youtube/kids/Gospel\ For\ Kids
|
||||||
|
ls
|
||||||
|
cd Season\ 01\ -\ Book\ of\ Mormon\ Stories
|
||||||
|
ls
|
||||||
|
cd ..
|
||||||
|
ls
|
||||||
|
cd Season\ 06\ -\ How\ to\ Draw/
|
||||||
|
ls
|
||||||
|
cd ..
|
||||||
|
fd Season
|
||||||
|
cd ss
|
||||||
|
server pinchflat.yml up
|
||||||
|
server pinchflat.yml up
|
||||||
|
server pinchflat.yml up
|
||||||
|
server pinchflat.yml up
|
||||||
|
server pinchflat.yml up
|
||||||
|
server pinchflat.yml up -d
|
||||||
|
server pinchflat.yml up -d
|
||||||
|
server pinchflat.yml up -d
|
||||||
|
git push
|
||||||
|
ssh potprints
|
||||||
|
borgmatic info
|
||||||
|
server hoarder.yml up -d
|
||||||
|
server hoarder.yml up -d
|
||||||
|
cd ss
|
||||||
|
nv hoarder.yml
|
||||||
|
cd ~/data/home_assistant
|
||||||
|
ls
|
||||||
|
cd .storage
|
||||||
|
ls
|
||||||
|
rg llm.potokar
|
||||||
|
rg --debug llm.potokar
|
||||||
|
rg --help
|
||||||
|
tldr ripgrep
|
||||||
|
tldr rg
|
||||||
|
rg --no-ignore --hidden llm.potokar
|
||||||
|
rg --no-ignore --hidden llm
|
||||||
|
cd ..
|
||||||
|
rg --no-ignore --hidden llm.potokar
|
||||||
|
touch modules/house/room.py
|
||||||
|
cargo run -p home-oxidation --example test_impl
|
||||||
|
cargo fix
|
||||||
|
cargo fix --allow-staged
|
||||||
|
cargo run -p home-oxidation --example test_impl
|
||||||
|
cargo run -p home-oxidation --example test_impl
|
||||||
|
cargo run -p home-oxidation --example test_impl
|
||||||
|
cargo run -p home-oxidation --example test_impl
|
||||||
|
clear
|
||||||
|
cargo run -p home-oxidation --example test_impl
|
||||||
|
RUST_LOG=warn cargo run -p home-oxidation --example test_impl
|
||||||
|
RUST_LOG=trace cargo run -p home-oxidation --example test_impl
|
||||||
|
RUST_LOG=trace cargo run -p home-oxidation --example test_impl
|
||||||
|
RUST_LOG=trace cargo run -vv -p home-oxidation --example test_impl
|
||||||
|
RUST_LOG=trace cargo run -vv -p home-oxidation --example test_impl
|
||||||
|
c;ear
|
||||||
|
cargo run -p home-oxidation --example test_impl
|
||||||
|
cargo run -p home-oxidation --example test_impl
|
||||||
|
cargo run -p home-oxidation --example test_impl
|
||||||
|
cargo run -p home-oxidation --example test_impl
|
||||||
|
cargo run -p home-oxidation --example test_impl
|
||||||
|
clear
|
||||||
|
cargo run -p home-oxidation --example test_impl
|
||||||
|
clear
|
||||||
|
cargo run -p home-oxidation --example test_impl
|
||||||
|
cargo expand
|
||||||
|
cargo expand -p home-oxidation --exampel test_impl
|
||||||
|
cargo expand -p home-oxidation --example test_impl
|
||||||
|
clear
|
||||||
|
cargo expand -p home-oxidation --example test_impl
|
||||||
|
clear
|
||||||
|
cargo expand -p home-oxidation --example test_impl
|
||||||
|
cargo clean
|
||||||
|
cargo expand -p home-oxidation --example test_impl
|
||||||
|
clear
|
||||||
|
cargo expand -p home-oxidation --example test_impl
|
||||||
|
cargo expand -p home-oxidation --example test_impl
|
||||||
|
clear
|
||||||
|
cargo test
|
||||||
|
cargo test
|
||||||
|
cargo test
|
||||||
|
cargo test -p hass-types
|
||||||
|
cargo run -p home-oxidation --example test_api
|
||||||
|
cargo run -p home-oxidation --example test_api
|
||||||
|
cargo run -p home-oxidation --example test_api
|
||||||
|
cargo run -p home-oxidation --example test_api
|
||||||
|
cargo run -p home-oxidation --example test_api
|
||||||
|
cargo run -p home-oxidation --example test_api
|
||||||
|
cargo run -p home-oxidation --example test_api
|
||||||
|
cargo run -p home-oxidation --example test_api
|
||||||
|
cargo run -p home-oxidation --example test_api
|
||||||
|
clear
|
||||||
|
cargo run -p home-oxidation --example test_api
|
||||||
|
cargo run -p home-oxidation --example test_api
|
||||||
|
cargo test -p hass-types
|
||||||
@@ -7,6 +7,7 @@ fi
|
|||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
alias c='clear'
|
alias c='clear'
|
||||||
|
alias ch='clear && tmux clear-history'
|
||||||
alias open='xdg-open'
|
alias open='xdg-open'
|
||||||
alias lg="lazygit"
|
alias lg="lazygit"
|
||||||
alias nv="nvim"
|
alias nv="nvim"
|
||||||
|
|||||||
13
.fzf.bash
Normal file
13
.fzf.bash
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Setup fzf
|
||||||
|
# ---------
|
||||||
|
if [[ ! "$PATH" == */home/contagon/.fzf/bin* ]]; then
|
||||||
|
export PATH="${PATH:+${PATH}:}/home/contagon/.fzf/bin"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Auto-completion
|
||||||
|
# ---------------
|
||||||
|
[[ $- == *i* ]] && source "/home/contagon/.fzf/shell/completion.bash" 2> /dev/null
|
||||||
|
|
||||||
|
# Key bindings
|
||||||
|
# ------------
|
||||||
|
source "/home/contagon/.fzf/shell/key-bindings.bash"
|
||||||
13
.fzf.zsh
Normal file
13
.fzf.zsh
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# Setup fzf
|
||||||
|
# ---------
|
||||||
|
if [[ ! "$PATH" == */home/contagon/.fzf/bin* ]]; then
|
||||||
|
export PATH="${PATH:+${PATH}:}/home/contagon/.fzf/bin"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Auto-completion
|
||||||
|
# ---------------
|
||||||
|
[[ $- == *i* ]] && source "/home/contagon/.fzf/shell/completion.zsh" 2> /dev/null
|
||||||
|
|
||||||
|
# Key bindings
|
||||||
|
# ------------
|
||||||
|
source "/home/contagon/.fzf/shell/key-bindings.zsh"
|
||||||
@@ -7,3 +7,5 @@
|
|||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
[difftool]
|
[difftool]
|
||||||
prompt = false
|
prompt = false
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
|||||||
31
.gitignore
vendored
31
.gitignore
vendored
@@ -34,6 +34,37 @@
|
|||||||
/.config/arduino-ide
|
/.config/arduino-ide
|
||||||
/.config/PrusaSlicer
|
/.config/PrusaSlicer
|
||||||
/.config/syncthing
|
/.config/syncthing
|
||||||
|
/.config/Kingsoft
|
||||||
|
/.config/VCG
|
||||||
|
/.config/VSCodium
|
||||||
|
/.config/autostart
|
||||||
|
/.config/catkin
|
||||||
|
/.config/cef_user_data
|
||||||
|
/.config/chromium
|
||||||
|
/.config/act
|
||||||
|
/.config/cura
|
||||||
|
/.config/enchant
|
||||||
|
/.config/eog
|
||||||
|
/.config/evolution
|
||||||
|
/.config/evince
|
||||||
|
/.config/gedit
|
||||||
|
/.config/glib-2.0
|
||||||
|
/.config/go
|
||||||
|
/.config/gthumb
|
||||||
|
/.config/gtk-3.0
|
||||||
|
/.config/gtk-4.0
|
||||||
|
/.config/helix
|
||||||
|
/.config/htop
|
||||||
|
/.config/ibus
|
||||||
|
/.config/menus
|
||||||
|
/.config/nautilus
|
||||||
|
/.config/odmpy
|
||||||
|
/.config/rerun
|
||||||
|
/.config/AliceVision
|
||||||
|
/.config/code-server
|
||||||
|
/.config/marimo
|
||||||
|
/.config/sqlitebrowser
|
||||||
|
/.config/systemd
|
||||||
.bash*
|
.bash*
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
0
.node_repl_history
Normal file
0
.node_repl_history
Normal file
31
.profile
Normal file
31
.profile
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
# ~/.profile: executed by the command interpreter for login shells.
|
||||||
|
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
|
||||||
|
# exists.
|
||||||
|
# see /usr/share/doc/bash/examples/startup-files for examples.
|
||||||
|
# the files are located in the bash-doc package.
|
||||||
|
|
||||||
|
# the default umask is set in /etc/profile; for setting the umask
|
||||||
|
# for ssh logins, install and configure the libpam-umask package.
|
||||||
|
#umask 022
|
||||||
|
|
||||||
|
# if running bash
|
||||||
|
if [ -n "$BASH_VERSION" ]; then
|
||||||
|
# include .bashrc if it exists
|
||||||
|
if [ -f "$HOME/.bashrc" ]; then
|
||||||
|
. "$HOME/.bashrc"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
# set PATH so it includes user's private bin if it exists
|
||||||
|
if [ -d "$HOME/bin" ] ; then
|
||||||
|
PATH="$HOME/bin:$PATH"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# set PATH so it includes user's private bin if it exists
|
||||||
|
if [ -d "$HOME/.local/bin" ] ; then
|
||||||
|
PATH="$HOME/.local/bin:$PATH"
|
||||||
|
fi
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|
||||||
|
export NVM_DIR="$HOME/.config/nvm"
|
||||||
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
0
.python_history
Normal file
0
.python_history
Normal file
2
.selected_editor
Normal file
2
.selected_editor
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Generated by /usr/bin/select-editor
|
||||||
|
SELECTED_EDITOR="/usr/bin/vim.basic"
|
||||||
3
.sqlite_history
Normal file
3
.sqlite_history
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
VACUUM;
|
||||||
|
VACUUM;
|
||||||
|
VACUUM;
|
||||||
20
.ssh/config
20
.ssh/config
@@ -1,12 +1,22 @@
|
|||||||
Host ssh.eastonpots.com
|
Host dgx01
|
||||||
ProxyCommand /usr/local/bin/cloudflared access ssh --hostname %h
|
HostName dgx01
|
||||||
|
User epotokar
|
||||||
|
|
||||||
Host work
|
Host potlab_cf
|
||||||
|
ProxyCommand /usr/local/bin/cloudflared access ssh --hostname ssh.eastonpots.com
|
||||||
|
|
||||||
|
Host work_cf
|
||||||
ProxyCommand /usr/local/bin/cloudflared access ssh --hostname work.eastonpots.com
|
ProxyCommand /usr/local/bin/cloudflared access ssh --hostname work.eastonpots.com
|
||||||
|
|
||||||
Host potlab
|
Host potlab
|
||||||
HostName 192.168.0.6
|
HostName 192.168.0.6
|
||||||
User contagon
|
User contagon
|
||||||
|
|
||||||
|
Host work
|
||||||
|
HostName 10.8.0.2
|
||||||
|
User contagon
|
||||||
|
ProxyJump potlab
|
||||||
|
|
||||||
Host nrec
|
Host nrec
|
||||||
HostName atr-share.rec.ri.cmu.edu
|
HostName atr-share.rec.ri.cmu.edu
|
||||||
User epotokar
|
User epotokar
|
||||||
@@ -19,6 +29,10 @@ Host bb
|
|||||||
HostName bitbucket.org
|
HostName bitbucket.org
|
||||||
IdentityFile ~/.ssh/bb
|
IdentityFile ~/.ssh/bb
|
||||||
|
|
||||||
|
Host bb_aqua
|
||||||
|
HostName bitbucket.org
|
||||||
|
IdentityFile ~/.ssh/bb_aqua
|
||||||
|
|
||||||
Host nrec
|
Host nrec
|
||||||
HostName atr-share.rec.ri.cmu.edu
|
HostName atr-share.rec.ri.cmu.edu
|
||||||
User epotokar
|
User epotokar
|
||||||
|
|||||||
0
.sudo_as_admin_successful
Normal file
0
.sudo_as_admin_successful
Normal file
291
.viminfo
Normal file
291
.viminfo
Normal file
@@ -0,0 +1,291 @@
|
|||||||
|
# This viminfo file was generated by Vim 8.2.
|
||||||
|
# You may edit it if you're careful!
|
||||||
|
|
||||||
|
# Viminfo version
|
||||||
|
|1,4
|
||||||
|
|
||||||
|
# Value of 'encoding' when this file was written
|
||||||
|
*encoding=utf-8
|
||||||
|
|
||||||
|
|
||||||
|
# hlsearch on (H) or off (h):
|
||||||
|
~h
|
||||||
|
# Last Search Pattern:
|
||||||
|
~MSle0~/-gtk
|
||||||
|
|
||||||
|
# Command Line History (newest to oldest):
|
||||||
|
:q
|
||||||
|
|2,0,1736621514,,"q"
|
||||||
|
:wq
|
||||||
|
|2,0,1632885856,,"wq"
|
||||||
|
|
||||||
|
# Search String History (newest to oldest):
|
||||||
|
?/-gtk
|
||||||
|
|2,1,1632885849,47,"-gtk"
|
||||||
|
|
||||||
|
# Expression History (newest to oldest):
|
||||||
|
|
||||||
|
# Input Line History (newest to oldest):
|
||||||
|
|
||||||
|
# Debug Line History (newest to oldest):
|
||||||
|
|
||||||
|
# Registers:
|
||||||
|
""- CHAR 0
|
||||||
|
-gtk
|
||||||
|
|3,1,36,0,1,0,1632885852,"-gtk"
|
||||||
|
|
||||||
|
# File marks:
|
||||||
|
'0 262 0 ~/ss/logs/borgmatic_data.log
|
||||||
|
|4,48,262,0,1736621514,"~/ss/logs/borgmatic_data.log"
|
||||||
|
'1 76 0 ~/data/zigbee/zigbeetlc_v0121.js
|
||||||
|
|4,49,76,0,1735949494,"~/data/zigbee/zigbeetlc_v0121.js"
|
||||||
|
'2 25 0 ~/data/zigbee/back_door.js
|
||||||
|
|4,50,25,0,1735949482,"~/data/zigbee/back_door.js"
|
||||||
|
'3 37 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,51,37,0,1735949476,"~/data/zigbee/my_devices.js"
|
||||||
|
'4 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,52,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
'5 46 0 ~/ss/adguard.yml
|
||||||
|
|4,53,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
'6 12 0 ~/ss/wg.yml
|
||||||
|
|4,54,12,0,1735933705,"~/ss/wg.yml"
|
||||||
|
'7 30 37 ~/dotfiles/justfile
|
||||||
|
|4,55,30,37,1632885856,"~/dotfiles/justfile"
|
||||||
|
|
||||||
|
# Jumplist (newest first):
|
||||||
|
-' 262 0 ~/ss/logs/borgmatic_data.log
|
||||||
|
|4,39,262,0,1736621514,"~/ss/logs/borgmatic_data.log"
|
||||||
|
-' 1 0 ~/ss/logs/borgmatic_data.log
|
||||||
|
|4,39,1,0,1736621499,"~/ss/logs/borgmatic_data.log"
|
||||||
|
-' 76 0 ~/data/zigbee/zigbeetlc_v0121.js
|
||||||
|
|4,39,76,0,1735949494,"~/data/zigbee/zigbeetlc_v0121.js"
|
||||||
|
-' 76 0 ~/data/zigbee/zigbeetlc_v0121.js
|
||||||
|
|4,39,76,0,1735949494,"~/data/zigbee/zigbeetlc_v0121.js"
|
||||||
|
-' 1 0 ~/data/zigbee/zigbeetlc_v0121.js
|
||||||
|
|4,39,1,0,1735949487,"~/data/zigbee/zigbeetlc_v0121.js"
|
||||||
|
-' 1 0 ~/data/zigbee/zigbeetlc_v0121.js
|
||||||
|
|4,39,1,0,1735949487,"~/data/zigbee/zigbeetlc_v0121.js"
|
||||||
|
-' 25 0 ~/data/zigbee/back_door.js
|
||||||
|
|4,39,25,0,1735949482,"~/data/zigbee/back_door.js"
|
||||||
|
-' 25 0 ~/data/zigbee/back_door.js
|
||||||
|
|4,39,25,0,1735949482,"~/data/zigbee/back_door.js"
|
||||||
|
-' 25 0 ~/data/zigbee/back_door.js
|
||||||
|
|4,39,25,0,1735949482,"~/data/zigbee/back_door.js"
|
||||||
|
-' 25 0 ~/data/zigbee/back_door.js
|
||||||
|
|4,39,25,0,1735949482,"~/data/zigbee/back_door.js"
|
||||||
|
-' 1 0 ~/data/zigbee/back_door.js
|
||||||
|
|4,39,1,0,1735949480,"~/data/zigbee/back_door.js"
|
||||||
|
-' 1 0 ~/data/zigbee/back_door.js
|
||||||
|
|4,39,1,0,1735949480,"~/data/zigbee/back_door.js"
|
||||||
|
-' 1 0 ~/data/zigbee/back_door.js
|
||||||
|
|4,39,1,0,1735949480,"~/data/zigbee/back_door.js"
|
||||||
|
-' 1 0 ~/data/zigbee/back_door.js
|
||||||
|
|4,39,1,0,1735949480,"~/data/zigbee/back_door.js"
|
||||||
|
-' 37 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,37,0,1735949476,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 37 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,37,0,1735949476,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 37 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,37,0,1735949476,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 37 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,37,0,1735949476,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 37 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,37,0,1735949476,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 37 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,37,0,1735949476,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 37 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,37,0,1735949476,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 37 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,37,0,1735949476,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 1 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,1,0,1735949471,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 1 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,1,0,1735949471,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 1 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,1,0,1735949471,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 1 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,1,0,1735949471,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 1 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,1,0,1735949471,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 1 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,1,0,1735949471,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 1 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,1,0,1735949471,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 1 0 ~/data/zigbee/my_devices.js
|
||||||
|
|4,39,1,0,1735949471,"~/data/zigbee/my_devices.js"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 2 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,2,0,1735949294,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 1 0 ~/data/zigbee/configuration.yaml
|
||||||
|
|4,39,1,0,1735949292,"~/data/zigbee/configuration.yaml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 46 0 ~/ss/adguard.yml
|
||||||
|
|4,39,46,0,1735933735,"~/ss/adguard.yml"
|
||||||
|
-' 1 0 ~/ss/adguard.yml
|
||||||
|
|4,39,1,0,1735933727,"~/ss/adguard.yml"
|
||||||
|
-' 1 0 ~/ss/adguard.yml
|
||||||
|
|4,39,1,0,1735933727,"~/ss/adguard.yml"
|
||||||
|
-' 1 0 ~/ss/adguard.yml
|
||||||
|
|4,39,1,0,1735933727,"~/ss/adguard.yml"
|
||||||
|
-' 1 0 ~/ss/adguard.yml
|
||||||
|
|4,39,1,0,1735933727,"~/ss/adguard.yml"
|
||||||
|
-' 1 0 ~/ss/adguard.yml
|
||||||
|
|4,39,1,0,1735933727,"~/ss/adguard.yml"
|
||||||
|
-' 1 0 ~/ss/adguard.yml
|
||||||
|
|4,39,1,0,1735933727,"~/ss/adguard.yml"
|
||||||
|
|
||||||
|
# History of marks within files (newest to oldest):
|
||||||
|
|
||||||
|
> ~/ss/logs/borgmatic_data.log
|
||||||
|
* 1736621512 0
|
||||||
|
" 262 0
|
||||||
|
|
||||||
|
> ~/data/zigbee/zigbeetlc_v0121.js
|
||||||
|
* 1735949493 0
|
||||||
|
" 76 0
|
||||||
|
|
||||||
|
> ~/data/zigbee/back_door.js
|
||||||
|
* 1735949481 0
|
||||||
|
" 25 0
|
||||||
|
|
||||||
|
> ~/data/zigbee/my_devices.js
|
||||||
|
* 1735949474 0
|
||||||
|
" 37 0
|
||||||
|
|
||||||
|
> ~/data/zigbee/configuration.yaml
|
||||||
|
* 1735949293 0
|
||||||
|
" 2 0
|
||||||
|
|
||||||
|
> ~/ss/adguard.yml
|
||||||
|
* 1735933730 0
|
||||||
|
" 46 0
|
||||||
|
|
||||||
|
> ~/ss/wg.yml
|
||||||
|
* 1735933704 0
|
||||||
|
" 12 0
|
||||||
|
|
||||||
|
> ~/dotfiles/justfile
|
||||||
|
* 1632885853 0
|
||||||
|
" 30 37
|
||||||
|
. 30 37
|
||||||
|
+ 30 37
|
||||||
13
.wget-hsts
Normal file
13
.wget-hsts
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# HSTS 1.0 Known Hosts database for GNU Wget.
|
||||||
|
# Edit at your own risk.
|
||||||
|
# <hostname> <port> <incl. subdomains> <created> <max-age>
|
||||||
|
ia902307.us.archive.org 0 0 1672292341 15724800
|
||||||
|
update.code.visualstudio.com 0 1 1741365889 31536000
|
||||||
|
raw.githubusercontent.com 0 0 1729199553 31536000
|
||||||
|
projects.torsion.org 0 0 1642482596 31536000
|
||||||
|
lib.eastonpots.com 0 0 1641189312 31536000
|
||||||
|
www.seagullbook.com 0 0 1736103724 2592000
|
||||||
|
get.hacs.xyz 0 0 1639810884 31536000
|
||||||
|
archive.org 0 0 1672292340 15724800
|
||||||
|
github.com 0 1 1728661760 31536000
|
||||||
|
orangefreesounds.com 0 0 1665800529 31536000
|
||||||
2026
.zcompdump
Normal file
2026
.zcompdump
Normal file
File diff suppressed because it is too large
Load Diff
2030
.zcompdump-potlab-5.8
Normal file
2030
.zcompdump-potlab-5.8
Normal file
File diff suppressed because it is too large
Load Diff
2033
.zcompdump-potlab-5.8.1
Normal file
2033
.zcompdump-potlab-5.8.1
Normal file
File diff suppressed because it is too large
Load Diff
10109
.zsh_history
Normal file
10109
.zsh_history
Normal file
File diff suppressed because it is too large
Load Diff
BIN
.zshrc.zwc
Normal file
BIN
.zshrc.zwc
Normal file
Binary file not shown.
Reference in New Issue
Block a user