From 528535dbfaea11fd243e662ee2c3b2b74e5e5634 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 9 Apr 2023 17:20:41 +0200 Subject: Added fish fzf plugin, update htop config to split cpu cores columns --- install | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'install') 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" ################################################################################ @@ -103,6 +104,13 @@ then exit fi +############################################################################### +# fish pluggins +############################################################################### + +fish -c 'fisher install pure-fish/pure' +fish -c 'fisher install PatrickF1/fzf.fish' + ############################################################################### # Linux specific ############################################################################### -- cgit