From c24fbbad25d051fa07f28e98066ad7d8b09daa55 Mon Sep 17 00:00:00 2001 From: Phantop Date: Thu, 23 Jul 2020 14:17:59 -0400 Subject: [PATCH] Setup: use bash and get fish (and mkdir dots) --- .setup | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.setup b/.setup index 635d655..d8cb5ca 100755 --- a/.setup +++ b/.setup @@ -1,25 +1,26 @@ -#!/usr/bin/fish +#!/bin/bash sudo eopkg it -c system.devel -sudo eopkg it stow +sudo eopkg it fish neovim qutebrowser stow cd ~/.dotfiles -for i in (fd -t d) +for i in `fd -t d -H` +do mkdir -p ~/$i -end +done stow . - cd .config/mpv/scripts for i in */ +do cd $i make cd .. -end +done sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' nvim +PlugUpdate +q +q -getfisher +fish -c getfisher