diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2023-04-09 17:20:41 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2023-04-09 17:20:41 +0200 |
| commit | 528535dbfaea11fd243e662ee2c3b2b74e5e5634 (patch) | |
| tree | f5159ba2e292897445ed06ff4af10373f03c42c3 /install | |
| parent | 3e8cf5b5d04709f617b07ab4b2f08f97d36e2166 (diff) | |
| download | dotfiles-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-x | install | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 ############################################################################### |
