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

@ -95,6 +95,9 @@ dotfiles:
- oh-my-zsh - oh-my-zsh
dst: ~/.zshrc dst: ~/.zshrc
src: zshrc src: zshrc
f_start_systemd_shell.sh:
src: start_systemd_shell.sh
dst: ~/start_systemd_shell.sh
profiles: profiles:
YOETUNHEIMR-wsl: YOETUNHEIMR-wsl:
dotfiles: dotfiles:
@ -114,6 +117,7 @@ profiles:
- f_c3mpv - f_c3mpv
- f_c3check - f_c3check
- f_zprofile_win - f_zprofile_win
- f_start_systemd_shell.sh
yoetunheimr: yoetunheimr:
dotfiles: dotfiles:
- d_bspwm - d_bspwm

View file

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