mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-01 12:46:14 +01:00
0f7f51e81c
This commit adds sudo where needed for the majority of pacman commands. It also removes zsh, urxvt, and renpy since we don't use those anymore.
10 lines
135 B
Bash
10 lines
135 B
Bash
#!/bin/sh
|
|
#
|
|
# `tmux` is the standard terminal multiplexer.
|
|
#
|
|
# https://wiki.archlinux.org/index.php/Tmux
|
|
|
|
set -xe
|
|
|
|
sudo pacman -S tmux
|