mirror of
https://github.com/shokinn/.files.git
synced 2025-06-27 23:30:43 +00:00
Add a little script which starts a systemd enabled shell
This commit is contained in:
parent
a455dceb09
commit
93b204682c
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue