Remove breaking CLI option to cshs in setup_linux

This commit is contained in:
2020-06-14 11:11:30 -07:00
parent 23459470db
commit ad43cb6601

View File

@@ -64,7 +64,7 @@ gsettings set org.gnome.desktop.input-sources xkb-options "['ctrl:nocaps']"
timedatectl set-local-rtc 1 --adjust-system-clock
# Change default shell
sudo chsh -ls /usr/bin/fish $USER
sudo chsh -s /usr/bin/fish $USER
# SSH setup
ssh-keygen -t rsa -f $HOME/.ssh/id_rsa -q -P ""