Browse Source

fix: default shell to zsh

master
Tovi Jaeschke-Rogers 5 days ago
parent
commit
bcedbeaf6a
2 changed files with 11 additions and 2 deletions
  1. +8
    -1
      post-install.sh
  2. +3
    -1
      user_configuration.json

+ 8
- 1
post-install.sh View File

@ -90,7 +90,7 @@ make install
make clean
echo "Building neovim..."
cd /usr/local/src/st/
cd /usr/local/src/neovim/
make CMAKE_BUILD_TYPE=RelWithDebInfo
make install
@ -100,6 +100,13 @@ cd /opt/yay
makepkg -si
echo "Cloning dotfiles..."
git clone https://git.tovijaeschke.xyz/tovi/dotfiles.git /home/tovi/.dotfiles/
chown -R tovi:tovi /home/tovi/.dotfiles
su -c "cd ~/.dotfiles/ && stow ." tovi
echo 'ZDOTDIR=$HOME/.config/zsh' > /etc/zsh/zshenv
chsh -s /bin/zsh tovi
echo "Enabling networkmanager service..."


+ 3
- 1
user_configuration.json View File

@ -151,7 +151,9 @@
"libxft",
"xorg-server",
"xorg-xinit",
"libxinerama"
"libxinerama",
"dunst",
"ttf-jetbrains-mono-nerd"
],
"parallel downloads": 5,
"profile_config": {


Loading…
Cancel
Save