Browse Source

gnome arch

master
junikimm717 2 years ago
parent
commit
18d9f143d4
  1. 2
      archinstall/install.json
  2. 6
      gnome_arch.sh

2
archinstall/install.json

@ -29,7 +29,7 @@
"ntp": true,
"packages": ["docker", "git", "neovim", "ttf-jetbrains-mono"],
"packages": ["docker", "git", "neovim"],
"profile": "minimal",

6
gnome_arch.sh

@ -92,6 +92,10 @@ plugins() {
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "$HOME/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting"
}
install_term() {
sudo pacman -S --noconfirm ttf-jetbrains-mono kitty
}
dotfiles() {
echo "Adding vim and zsh configs"
if ! test -d "$DIR/dotfiles"; then
@ -117,7 +121,7 @@ popshell() {
}
(usertest && bootstrap_paru && dev && sysinfo && shell && plugins && dotfiles &&
popshell && browsers && meetings) || exit 1
install_term && popshell && browsers && meetings) || exit 1
cat <<EOF
Stuff to do:

Loading…
Cancel
Save