Little improvements
This commit is contained in:
parent
4830456e6e
commit
1c2ef25126
|
@ -52,6 +52,7 @@ l common/nnn $c/nnn
|
|||
l common/kak $c/kak
|
||||
l common/helix $c/helix
|
||||
l common/gpg/agent.conf $h/.gnupg/gpg-agent.conf
|
||||
chmod og-rwx ~/.gnupg
|
||||
l common/htop/rc $c/htop/htoprc
|
||||
l common/kitty $c/kitty
|
||||
l common/alacritty $c/alacritty
|
||||
|
|
|
@ -10,3 +10,5 @@ input type:keyboard {
|
|||
input type:touchscreen {
|
||||
events disabled
|
||||
}
|
||||
|
||||
exec firefox
|
|
@ -1,11 +0,0 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
if not test "$_" = exec
|
||||
echo 'Run with `exec`'
|
||||
exit 1
|
||||
end
|
||||
|
||||
set -l work_conf_dir $ENV_PATH/.hidden/fish.d/postmates
|
||||
test -d $work_conf_dir || \
|
||||
git clone git@github.com:lytedev/postmates.git $work_conf_dir
|
||||
fish --interactive --init-command "source $work_conf_dir/config.fish"
|
|
@ -1,2 +0,0 @@
|
|||
set e $argv[1]
|
||||
set -gxa fish_user_paths $e/bin
|
|
@ -17,3 +17,4 @@ _p $layerdir/caddy /etc/caddy
|
|||
sudo mkdir -p /srv/http
|
||||
sudo chmod 755 /srv/http
|
||||
_p $layerdir/webserver-root/* /srv/http
|
||||
sudo chmod 777 /srv/http/public-files
|
||||
|
|
Reference in a new issue