Use stow for installing

This commit is contained in:
Nicolas Duhamel 2018-04-23 00:29:11 +02:00
parent 049ceb63f1
commit 1b40080ed2
10 changed files with 23 additions and 3 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
Install
=======
First you need to setup the base directory structure with `pre.sh`, after use stow for install user packages configurations:
stow -t ~/ package

10
user/pre.sh Normal file
View File

@ -0,0 +1,10 @@
#!/bin/sh
###################################
#
# Create common directory structure
#
###################################
mkdir $HOME/.config
mkdir -p $HOME/.local/{bin,share}

7
user/require Normal file
View File

@ -0,0 +1,7 @@
# For dotfile installation
stow
git
# Soft
vim
offlineimap

View File

@ -1,3 +0,0 @@
vim
git
offlineimap