Skip to content

Commit

Permalink
setup: add user to input group
Browse files Browse the repository at this point in the history
  • Loading branch information
Phantop committed Oct 27, 2024
1 parent 344a950 commit 1149d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ mkdir -p ~/.parallel/will-cite ~/.config/aria2
stow --no-folding -d ~/.dotfiles -t ~/.config .
~/.dotfiles/bin/config.fish
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/musikcube/raw/main/dracula.json -P ~/.config/musikcube/themes
Expand Down

0 comments on commit 1149d8e

Please sign in to comment.