Auto Update

This commit is contained in:
matt1432 2023-06-12 14:30:20 -04:00
parent 83369498c8
commit aa57647a97
4 changed files with 5 additions and 4 deletions

2
fzf.sh
View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
source ./setenv.sh
DIR="$1"

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ ! -f ~/.env ] ; then
cat << EOF >> ~/.env

View file

@ -1,4 +1,5 @@
#!/bin/bash
#!/usr/bin/env bash
if [[ -d ~/git/dotfiles ]] ; then
git config --global user.email "matt@nelim.org"
git config --global user.name "matt1432"

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# updates all dotfiles on the system
TODELETE="$(command ls --almost-all files) .PS1"