Skip to content

Commit

Permalink
Update install.sh to install homemaker and run bash task
Browse files Browse the repository at this point in the history
  • Loading branch information
tdmanv committed Dec 24, 2022
1 parent 544d901 commit f020958
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
#!/bin/bash

ln -s ./dotfiles/vimrc .vimrc
ln -s ./dotfiles/gitconfig .gitconfig
cat ./dotfiles/bashrc >> .bashrc
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim +BundleInstall +qall
set -uex

# default installation on linux

## ensure go and git are installed is installed
type go >/dev/null
type git >/dev/null

## download homemaker
go install foosoft.net/projects/homemaker@latest
${HOME}/go/bin/homemaker --verbose --task=bash --variant=linux config.toml .


0 comments on commit f020958

Please sign in to comment.