added encfs

This commit is contained in:
Enrico Fasoli 2015-09-24 21:43:18 +02:00
parent 784e0627a4
commit d4368978c1
2 changed files with 8 additions and 1 deletions

7
bin/mount-private-files Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
if [ "$1" == "umount" ]; then
fusermount -u ~/Documents/Private
else
encfs ~/Documents/.private ~/Documents/Private
fi

View File

@ -61,7 +61,7 @@
atom git nodejs
(haskellPackages.ghcWithPackages (hs: with hs; [ cabal-install ] ))
# Libs and Tools
xsel urxvt_perls xclip python34Packages.udiskie
xsel urxvt_perls xclip python34Packages.udiskie encfs
# Desktop Environment helpers
dmenu bar i3lock sxhkd
# Games