Add a little script which starts a systemd enabled shell

This commit is contained in:
Philip Henning 2019-12-27 18:49:01 +01:00
parent a455dceb09
commit 93b204682c
2 changed files with 10 additions and 2 deletions

View file

@ -80,10 +80,10 @@ dotfiles:
src: xsession
f_zprofile:
dst: ~/.zprofile
src: profile
src: profile
f_zprofile_win:
dst: ~/.zprofile
src: profile_win
src: profile_win
f_zshenv:
dst: ~/.zshenv
src: zshenv
@ -95,6 +95,9 @@ dotfiles:
- oh-my-zsh
dst: ~/.zshrc
src: zshrc
f_start_systemd_shell.sh:
src: start_systemd_shell.sh
dst: ~/start_systemd_shell.sh
profiles:
YOETUNHEIMR-wsl:
dotfiles:
@ -114,6 +117,7 @@ profiles:
- f_c3mpv
- f_c3check
- f_zprofile_win
- f_start_systemd_shell.sh
yoetunheimr:
dotfiles:
- d_bspwm

View file

@ -0,0 +1,4 @@
#!/usr/bin/env sh
export DOTNET_ROOT=/opt/dotnet
genie -s