Fixes from dragon install

This commit is contained in:
Daniel Flanagan 2021-05-10 13:29:39 -05:00
parent ed6c0d3b79
commit f870de2adf
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
4 changed files with 8 additions and 5 deletions

View File

@ -5,6 +5,7 @@ set -x
umask 077 umask 077
d="$(date +"%Y-%m-%d_%H-%M-%S")" d="$(date +"%Y-%m-%d_%H-%M-%S")"
fn="$SCROTS_PATH/clipshot_$d.png" fn="$SCROTS_PATH/clipshot_$d.png"
mkdir -p "$SCROTS_PATH"
if is_wayland; then if is_wayland; then
dim="$(slurp -d)" dim="$(slurp -d)"

View File

@ -12,6 +12,7 @@ files $dfp/common/envs | \
--preview="ls -la --color=always {}" | \ --preview="ls -la --color=always {}" | \
string trim | \ string trim | \
read -a -d \n -z lines read -a -d \n -z lines
mkdir -p $ENV_PATH
for l in $lines for l in $lines
test $l = "" && continue test $l = "" && continue
set ll (string replace -a / - $l) set ll (string replace -a / - $l)

View File

@ -8,7 +8,8 @@ set lock_file $HOME/.using-lytedev-dotfiles.lock
if not test -f $lock_file if not test -f $lock_file
echo This will delete existing files. Make sure you know what you\'re doing. 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) set response (string lower $response)
if string match $response y if string match $response y
echo "agreed" > "$lock_file" 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/gpg/agent.conf $h/.gnupg/gpg-agent.conf
l common/htop/rc $c/htop/htoprc l common/htop/rc $c/htop/htoprc
l common/kitty $c/kitty 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/git/config $h/.gitconfig
l common/elixir/iex.exs $h/.iex.exs l common/elixir/iex.exs $h/.iex.exs
l common/data/user-dirs $c/user-dirs.dirs l common/data/user-dirs $c/user-dirs.dirs

View File

@ -11,7 +11,7 @@ fi
# TODO: switch to Nautilus? # TODO: switch to Nautilus?
yay -Sy \ yay -Sy --needed \
xf86-input-libinput \ xf86-input-libinput \
libinput libinput-gestures `# Trackpad Control` \ libinput libinput-gestures `# Trackpad Control` \
bluez bluez-libs bluez-utils bluez-tools `# Bluetooth` \ bluez bluez-libs bluez-utils bluez-tools `# Bluetooth` \
@ -46,7 +46,7 @@ yay -Sy \
firefox-nightly `# Default Web Browser` \ firefox-nightly `# Default Web Browser` \
alsa-utils `# Audio Utilities` \ alsa-utils `# Audio Utilities` \
alsa-plugins `# Plugins for ALSA` \ alsa-plugins `# Plugins for ALSA` \
pulseaudio pavucontrol pulsemixer `# Audio Backend and Controls` \ pavucontrol pulsemixer `# Audio Backend and Controls` \
playerctl `# Media Keys Controls` \ playerctl `# Media Keys Controls` \
feh `# Image Viewer & Wallpaper Manager` \ feh `# Image Viewer & Wallpaper Manager` \
wlroots sway `# Wayland Compositor` \ wlroots sway `# Wayland Compositor` \
@ -57,7 +57,7 @@ yay -Sy \
slurp grim wl-clipboard `# Sway Screen Selection & Clipping` \ slurp grim wl-clipboard `# Sway Screen Selection & Clipping` \
pipewire pipewire-pulse pipewire-media-session `# Pipewire` \ pipewire pipewire-pulse pipewire-media-session `# Pipewire` \
xdg-desktop-portal xdg-desktop-portal-wlr `# Screensharing` \ xdg-desktop-portal xdg-desktop-portal-wlr `# Screensharing` \
obs-studio-wayland obs-xdg-portal `# OBS` \ obs-studio `# OBS` \
ttf-iosevka `# Primary Fonts` \ ttf-iosevka `# Primary Fonts` \
ttf-font-awesome `# Icon Font` \ ttf-font-awesome `# Icon Font` \
ripcord `# Discord and Slack Client` ripcord `# Discord and Slack Client`