mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-06-18 19:04:26 +00:00
Makefile: cleanup defaults
This commit is contained in:
parent
f02ec2af74
commit
6d2e96ca48
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
|
@ -65,7 +65,11 @@ install_i3: install_base install_gui
|
||||||
xkill \
|
xkill \
|
||||||
xprop
|
xprop
|
||||||
|
|
||||||
apply_configs:
|
remove_default_configs:
|
||||||
|
rm -f ~/.zshrc
|
||||||
|
rm -f ~/.config/i3/config
|
||||||
|
|
||||||
|
apply_configs: remove_default_configs
|
||||||
stow -Rvt ~ home
|
stow -Rvt ~ home
|
||||||
|
|
||||||
desktop_i3: install_i3 apply_configs
|
desktop_i3: install_i3 apply_configs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue