added encfs
This commit is contained in:
parent
784e0627a4
commit
d4368978c1
7
bin/mount-private-files
Executable file
7
bin/mount-private-files
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
if [ "$1" == "umount" ]; then
|
||||||
|
fusermount -u ~/Documents/Private
|
||||||
|
else
|
||||||
|
encfs ~/Documents/.private ~/Documents/Private
|
||||||
|
fi
|
@ -61,7 +61,7 @@
|
|||||||
atom git nodejs
|
atom git nodejs
|
||||||
(haskellPackages.ghcWithPackages (hs: with hs; [ cabal-install ] ))
|
(haskellPackages.ghcWithPackages (hs: with hs; [ cabal-install ] ))
|
||||||
# Libs and Tools
|
# Libs and Tools
|
||||||
xsel urxvt_perls xclip python34Packages.udiskie
|
xsel urxvt_perls xclip python34Packages.udiskie encfs
|
||||||
# Desktop Environment helpers
|
# Desktop Environment helpers
|
||||||
dmenu bar i3lock sxhkd
|
dmenu bar i3lock sxhkd
|
||||||
# Games
|
# Games
|
||||||
|
Loading…
Reference in New Issue
Block a user