Skip to content

Commit

Permalink
[i3wm]: add i3ipc package to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonmestevao committed Jul 20, 2023
1 parent a34498a commit 7a1c763
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions i3wm/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
BASE_DIR=$(dirname "${BASH_SOURCE[0]:-$0}")
cd "${BASE_DIR}/.." || exit 127

# shellcheck source=../scripts/distro.sh
. scripts/distro.sh
# shellcheck source=../scripts/execs.sh
. scripts/execs.sh
# shellcheck source=../scripts/utils.sh
. scripts/utils.sh

ask_for_sudo

install_package python-i3ipc

mkdir -p "$HOME/.config/i3"
symlink "$HOME/.dotfiles/i3wm/config" "$HOME/.config/i3/config"

0 comments on commit 7a1c763

Please sign in to comment.