mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Install pkgfile for command-not-found in zsh
This commit is contained in:
parent
dc2dcedb57
commit
997b43ba7b
@ -1,6 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# Install pkgfile for command-not-found support
|
||||||
|
sudo pacman -S pkgfile --no-confirm --needed
|
||||||
|
sudo systemctl enable --now pkgfile-update.service
|
||||||
|
pkgfile --update
|
||||||
|
|
||||||
dest="$HOME/.local/share"
|
dest="$HOME/.local/share"
|
||||||
mkdir -p "$dest"
|
mkdir -p "$dest"
|
||||||
cd "$dest"
|
cd "$dest"
|
||||||
|
Loading…
Reference in New Issue
Block a user