Use stow for installing
This commit is contained in:
parent
049ceb63f1
commit
1b40080ed2
6
README.md
Normal file
6
README.md
Normal 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
10
user/pre.sh
Normal 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
7
user/require
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# For dotfile installation
|
||||||
|
stow
|
||||||
|
git
|
||||||
|
|
||||||
|
# Soft
|
||||||
|
vim
|
||||||
|
offlineimap
|
@ -1,3 +0,0 @@
|
|||||||
vim
|
|
||||||
git
|
|
||||||
offlineimap
|
|
Loading…
x
Reference in New Issue
Block a user