mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-23 07:13:25 +00:00
setup: add user to input group
This commit is contained in:
parent
344a95016c
commit
1149d8e317
|
@ -33,6 +33,7 @@ mkdir -p ~/.parallel/will-cite ~/.config/aria2
|
||||||
stow --no-folding -d ~/.dotfiles -t ~/.config .
|
stow --no-folding -d ~/.dotfiles -t ~/.config .
|
||||||
~/.dotfiles/bin/config.fish
|
~/.dotfiles/bin/config.fish
|
||||||
s chsh -s "$(grep -m1 bin/fish /etc/shells)" "$USER"
|
s chsh -s "$(grep -m1 bin/fish /etc/shells)" "$USER"
|
||||||
|
s usermod -aG input "$USER"
|
||||||
|
|
||||||
w https://github.com/dracula/kitty/raw/master/dracula.conf -P ~/.config/kitty
|
w https://github.com/dracula/kitty/raw/master/dracula.conf -P ~/.config/kitty
|
||||||
w https://github.com/dracula/musikcube/raw/main/dracula.json -P ~/.config/musikcube/themes
|
w https://github.com/dracula/musikcube/raw/main/dracula.json -P ~/.config/musikcube/themes
|
||||||
|
|
Loading…
Reference in a new issue