mirror of https://github.com/nirenjan/dotfiles.git
Remove unused scripts from installer
parent
516777e446
commit
6aa4ac66b4
9
install
9
install
|
@ -144,19 +144,10 @@ mkfolder ~/bin
|
||||||
|
|
||||||
# Install scripts
|
# Install scripts
|
||||||
lnfile scripts/beep ~/bin/
|
lnfile scripts/beep ~/bin/
|
||||||
lnfile scripts/deploy ~/bin/
|
|
||||||
lnfile scripts/mlog ~/bin/
|
|
||||||
lnfile scripts/stardate ~/bin/
|
lnfile scripts/stardate ~/bin/
|
||||||
lnfile scripts/settitle ~/bin/
|
lnfile scripts/settitle ~/bin/
|
||||||
lnfile scripts/smartwd ~/bin/
|
lnfile scripts/smartwd ~/bin/
|
||||||
|
|
||||||
# Don't bother installing the note script on a Mac, it doesn't work that well
|
|
||||||
if [[ "$(uname)" != *"Darwin"* ]]
|
|
||||||
then
|
|
||||||
lnfile scripts/note ~/bin/
|
|
||||||
lnfile scripts/note ~/bin/n
|
|
||||||
fi
|
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
# Install git configuration
|
# Install git configuration
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
Loading…
Reference in New Issue