commit 876d606467d5f8cc2d4721216229d846938cb2b4
parent d8fe3af4da0399ace2cbaa1cf945f8fe4d9597a9
Author: Mark Feller <mfeller@recurly.com>
Date: Wed, 15 Jan 2020 13:57:23 -0700
auto accept
Signed-off-by: Mark Feller <mfeller@recurly.com>
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/install b/install
@@ -49,10 +49,10 @@ pre_install() {
try dnf install dnf-plugins-core >> "$logfile"
log "Enabled i3-gaps community repo"
- try dnf copr enable gregw/i3desktop >> "$logfile"
+ try dnf copr enable -y gregw/i3desktop >> "$logfile"
log "Enabled alacritty community repo"
- try dnf copr enable pschyska/alacritty >> "$logfile"
+ try dnf copr enable -y pschyska/alacritty >> "$logfile"
}
install_package() {
diff --git a/packages b/packages
@@ -2,6 +2,7 @@
git is a version control system
stow is a tool for managing symlinks for dot files
go is the go toolchain
+G github.com/gokcehan/lf is an extensive terminal file manager
rust is the rust toolchain
# Editor
@@ -17,7 +18,6 @@
# File Management
w3m is a terminal browser which can also view images
-G github.com/gokcehan/lf is an extensive terminal file manager
fd-find is a more friendly find
ripgrep is a more friendly grep
bat prints files out nicely