nunOS/2-core.sh

17 lines
448 B
Bash
Raw Normal View History

2023-11-14 21:50:39 +00:00
#!/bin/bash
2023-11-14 21:22:36 +00:00
cp -a config/. ~/.config
# echo "source ~/.config/bash/bashrc" >> ~/.bashrc
# actually, I want this command to be indempotent, mmh
2023-11-14 21:50:39 +00:00
# install core packages
2023-11-14 21:22:36 +00:00
bash packages/core/1-lf.sh
bash packages/core/2-tmux.sh
bash packages/core/3-gnome-extensions.sh
bash packages/core/4-alacritty.sh
2023-11-14 21:50:39 +00:00
# hand off to alacritty
chmod +x 3-tmux.sh
alacritty --config-file ./config/alacritty/alacritty-autostart.yml --command "$HOME/nunOS/3-tmux.sh" &