-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
43 lines (36 loc) · 829 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
PACKAGES = bash desktop git podman rpm tmux utils vim
VIMPACK = ~/.vim/pack/git/start
.PHONY: all software install uninstall vim gnome
all: software install vim gnome
software:
sudo dnf install -y \
ctags \
dejavu-sans-mono-fonts \
foot \
fzf \
gh \
git \
gnome-extensions-app \
gnome-tweaks \
jetbrains-mono-nl-fonts \
lsd \
pass \
pavucontrol \
podman \
stow \
tig \
toolbox \
vim
install:
stow --target ${HOME} -Rv --no-folding $(PACKAGES)
update-desktop-database ~/.local/share/applications/
uninstall:
stow --target ${HOME} -Dv $(PACKAGES)
vim:
mkdir -p $(VIMPACK)
git clone \
https://github.com/morhetz/gruvbox $(VIMPACK)/gruvbox
git clone \
https://github.com/tpope/vim-commentary $(VIMPACK)/commentary
gnome:
dconf load /org/gnome/ < gnome.conf