Skip to content

Commit f44f504

Browse files
committed
Update: 2024-07-30 17:58:41
1 parent 3be5be6 commit f44f504

5 files changed

+14
-1
lines changed

aliases.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ lines_to_add=(
2727
'export SSH_AUTH_SOCK=~/.1password/agent.sock'
2828
'alias logout="pkill -KILL -u $USER"'
2929
'alias rsync="rsync --exclude-from=/home/eran/.config/rsync_exclude.txt"'
30-
'alias ptree="tree -I target -I node_modules -I dist | wl-copy"'
30+
'alias ptree="tree -I "target|node_modules|dist" | wl-copy"'
3131
'alias cd="z"'
3232
'eval "$(starship init bash)"'
3333
'source ~/scripts/zoxide.sh'
3434
'alias mirrors="sudo reflector --verbose --latest 10 --sort rate --save /etc/pacman.d/mirrorlist"'
3535
'alias crs="cargo run-script"'
36+
'alias chromium="chromium --ozone-platform=wayland"'
3637
'export RUSTC_WRAPPER=sccache'
3738
'export EDITOR="nvim"'
3839
)

connect_phone_audio.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
DEVICE_MAC_ADDRESS="E8:9C:25:2F:AA:33"
3+
bluetoothctl << EOF
4+
connect $DEVICE_MAC_ADDRESS
5+
EOF

connect_steamdeck_audio.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
DEVICE_MAC_ADDRESS="B0:0C:9D:A4:EE:B2"
3+
bluetoothctl << EOF
4+
connect $DEVICE_MAC_ADDRESS
5+
EOF

install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ aur_packages=(
4747
authy
4848
speech-dispatcher
4949
spotify-snapstore
50+
extra/rofi-wayland
5051
# rofi-lbonn-wayland-git
5152
rofi-emoji-git
5253
ttf-twemoji

milk_snapshots.sh

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ffmpeg -rtsp_transport tcp -i rtsp://192.168.1.61/h264 -vf fps=1 out%d.jpg

0 commit comments

Comments
 (0)