forked from Snoweuph/Dotfiles
9 lines
233 B
Bash
Executable file
9 lines
233 B
Bash
Executable file
#!/bin/sh
|
|
|
|
$HOME/.config/nvim/install.sh
|
|
$HOME/.config/glow/install.sh
|
|
$HOME/.config/systemd/install.sh
|
|
|
|
# Git
|
|
command -v delta &>/dev/null || sudo dnf install -y git-delta
|
|
command -v git-graph &>/dev/null || cargo install git-graph
|