mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
Add a little script which starts a systemd enabled shell
This commit is contained in:
parent
a455dceb09
commit
93b204682c
|
@ -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
|
||||
|
|
4
dotfiles/start_systemd_shell.sh
Normal file
4
dotfiles/start_systemd_shell.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
export DOTNET_ROOT=/opt/dotnet
|
||||
|
||||
genie -s
|
Loading…
Reference in a new issue