spacemacs, stow

This commit is contained in:
Andrejus
2021-04-26 23:25:43 +01:00
parent 75c7cd09db
commit 31f3fe9064
25 changed files with 632 additions and 56 deletions

View File

@@ -1,7 +1,8 @@
#!/usr/bin/env bash
fish --version
current_shell=`readlink -f /proc/$$/exe`
current_shell=`grep "^$USER" /etc/passwd`
current_shell=${current_shell##*:}
fish_shell=`which fish`
if [[ "$current_shell" != "$fish_shell" ]]; then
chsh -s "$fish_shell"