Fixes from dragon install
This commit is contained in:
parent
ed6c0d3b79
commit
f870de2adf
|
@ -5,6 +5,7 @@ set -x
|
|||
umask 077
|
||||
d="$(date +"%Y-%m-%d_%H-%M-%S")"
|
||||
fn="$SCROTS_PATH/clipshot_$d.png"
|
||||
mkdir -p "$SCROTS_PATH"
|
||||
|
||||
if is_wayland; then
|
||||
dim="$(slurp -d)"
|
||||
|
|
|
@ -12,6 +12,7 @@ files $dfp/common/envs | \
|
|||
--preview="ls -la --color=always {}" | \
|
||||
string trim | \
|
||||
read -a -d \n -z lines
|
||||
mkdir -p $ENV_PATH
|
||||
for l in $lines
|
||||
test $l = "" && continue
|
||||
set ll (string replace -a / - $l)
|
||||
|
|
|
@ -8,7 +8,8 @@ set lock_file $HOME/.using-lytedev-dotfiles.lock
|
|||
|
||||
if not test -f $lock_file
|
||||
echo This will delete existing files. Make sure you know what you\'re doing.
|
||||
read -r -p "Are you sure you want to continue? [y/N] " response
|
||||
printf 'Are you sure you want to continue? [y/N] '
|
||||
read response
|
||||
set response (string lower $response)
|
||||
if string match $response y
|
||||
echo "agreed" > "$lock_file"
|
||||
|
@ -47,7 +48,7 @@ l common/kak $c/kak
|
|||
l common/gpg/agent.conf $h/.gnupg/gpg-agent.conf
|
||||
l common/htop/rc $c/htop/htoprc
|
||||
l common/kitty $c/kitty
|
||||
l common/mutt/rc $c/.muttrc
|
||||
l common/mutt/rc $h/.muttrc
|
||||
l common/git/config $h/.gitconfig
|
||||
l common/elixir/iex.exs $h/.iex.exs
|
||||
l common/data/user-dirs $c/user-dirs.dirs
|
||||
|
|
|
@ -11,7 +11,7 @@ fi
|
|||
|
||||
# TODO: switch to Nautilus?
|
||||
|
||||
yay -Sy \
|
||||
yay -Sy --needed \
|
||||
xf86-input-libinput \
|
||||
libinput libinput-gestures `# Trackpad Control` \
|
||||
bluez bluez-libs bluez-utils bluez-tools `# Bluetooth` \
|
||||
|
@ -46,7 +46,7 @@ yay -Sy \
|
|||
firefox-nightly `# Default Web Browser` \
|
||||
alsa-utils `# Audio Utilities` \
|
||||
alsa-plugins `# Plugins for ALSA` \
|
||||
pulseaudio pavucontrol pulsemixer `# Audio Backend and Controls` \
|
||||
pavucontrol pulsemixer `# Audio Backend and Controls` \
|
||||
playerctl `# Media Keys Controls` \
|
||||
feh `# Image Viewer & Wallpaper Manager` \
|
||||
wlroots sway `# Wayland Compositor` \
|
||||
|
@ -57,7 +57,7 @@ yay -Sy \
|
|||
slurp grim wl-clipboard `# Sway Screen Selection & Clipping` \
|
||||
pipewire pipewire-pulse pipewire-media-session `# Pipewire` \
|
||||
xdg-desktop-portal xdg-desktop-portal-wlr `# Screensharing` \
|
||||
obs-studio-wayland obs-xdg-portal `# OBS` \
|
||||
obs-studio `# OBS` \
|
||||
ttf-iosevka `# Primary Fonts` \
|
||||
ttf-font-awesome `# Icon Font` \
|
||||
ripcord `# Discord and Slack Client`
|
||||
|
|
Reference in a new issue