5 lines
208 B
Bash
5 lines
208 B
Bash
#!/bin/sh
|
|
sudo pacman -S neovim terminator tmux firefox htop chromium zsh git gnome-tweak-tool nautilus
|
|
|
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|