aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2023-04-09 17:20:41 +0200
committerCharles Cabergs <me@cacharle.xyz>2023-04-09 17:20:41 +0200
commit528535dbfaea11fd243e662ee2c3b2b74e5e5634 (patch)
treef5159ba2e292897445ed06ff4af10373f03c42c3 /install
parent3e8cf5b5d04709f617b07ab4b2f08f97d36e2166 (diff)
downloaddotfiles-528535dbfaea11fd243e662ee2c3b2b74e5e5634.tar.gz
dotfiles-528535dbfaea11fd243e662ee2c3b2b74e5e5634.tar.bz2
dotfiles-528535dbfaea11fd243e662ee2c3b2b74e5e5634.zip
Added fish fzf plugin, update htop config to split cpu cores columns
Diffstat (limited to 'install')
-rwxr-xr-xinstall10
1 files changed, 9 insertions, 1 deletions
diff --git a/install b/install
index 397a974..9803358 100755
--- a/install
+++ b/install
@@ -18,6 +18,7 @@ parallel_start() {
}
parallel_wait() {
+ echo 'Waiting for processes'
# shellcheck disable=SC2086
wait $parallel_pids
parallel_pids=''
@@ -56,7 +57,7 @@ link_home_files() {
link_home_files 'config' "$XDG_CONFIG_HOME"
link_home_files 'local' "$HOME/.local"
-ln -svf "$(pwd)/config/zsh/zprofile" "$HOME/.zprofile"
+# ln -svf "$(pwd)/config/zsh/zprofile" "$HOME/.zprofile"
################################################################################
@@ -104,6 +105,13 @@ then
fi
###############################################################################
+# fish pluggins
+###############################################################################
+
+fish -c 'fisher install pure-fish/pure'
+fish -c 'fisher install PatrickF1/fzf.fish'
+
+###############################################################################
# Linux specific
###############################################################################