Auto Update
This commit is contained in:
parent
83369498c8
commit
aa57647a97
4 changed files with 5 additions and 4 deletions
2
fzf.sh
2
fzf.sh
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
source ./setenv.sh
|
source ./setenv.sh
|
||||||
DIR="$1"
|
DIR="$1"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [ ! -f ~/.env ] ; then
|
if [ ! -f ~/.env ] ; then
|
||||||
cat << EOF >> ~/.env
|
cat << EOF >> ~/.env
|
||||||
|
|
3
pull.sh
3
pull.sh
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [[ -d ~/git/dotfiles ]] ; then
|
if [[ -d ~/git/dotfiles ]] ; then
|
||||||
git config --global user.email "matt@nelim.org"
|
git config --global user.email "matt@nelim.org"
|
||||||
git config --global user.name "matt1432"
|
git config --global user.name "matt1432"
|
||||||
|
|
2
setup.sh
2
setup.sh
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# updates all dotfiles on the system
|
# updates all dotfiles on the system
|
||||||
TODELETE="$(command ls --almost-all files) .PS1"
|
TODELETE="$(command ls --almost-all files) .PS1"
|
||||||
|
|
Loading…
Reference in a new issue