From a773acc35891bea297c98505fc2e9026794d3e6d Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sun, 3 Nov 2019 18:19:51 +0500 Subject: Updates. --- files/.zsh/rc/S90_fzf | 6 ++---- install.conf.yaml | 13 ++++++++++--- packages.debian | 15 +++++++++++++++ 3 files changed, 27 insertions(+), 7 deletions(-) create mode 100644 packages.debian diff --git a/files/.zsh/rc/S90_fzf b/files/.zsh/rc/S90_fzf index 0151fdc..c1e78bf 100644 --- a/files/.zsh/rc/S90_fzf +++ b/files/.zsh/rc/S90_fzf @@ -1,4 +1,2 @@ -if $(which fzf >/dev/null) ; then - source /usr/share/doc/fzf/examples/key-bindings.zsh - source /usr/share/doc/fzf/examples/completion.zsh -fi +[ -f /usr/share/doc/fzf/examples/key-bindings.zsh ] && source /usr/share/doc/fzf/examples/key-bindings.zsh +[ -f /usr/share/doc/fzf/examples/completion.zsh ] && source /usr/share/doc/fzf/examples/completion.zsh diff --git a/install.conf.yaml b/install.conf.yaml index 8bae2f8..a38c923 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -31,10 +31,17 @@ ~/.config/youtube-dl: files/.config/youtube-dl ~/.config/xfce4/terminal: files/.config/xfce4/terminal -- create: - - ~/.z - - shell: - [git submodule update --init --recursive, Installing submodules] - [vim -c 'PluginInstall' +qall, Installing vim plugins] - [~/.tmux/plugins/tpm/bin/install_plugins, Installing tmux plugins] + - + command: xargs -a packages.debian sudo apt-get install -y + description: Installing packages + stderr: true + - + command: '[ -n "$ZSH_VERSION" ] || chsh -s $(which zsh)' + description: Making zsh the default shell + stdin: true + stdout: true + stderr: true diff --git a/packages.debian b/packages.debian new file mode 100644 index 0000000..e8002ef --- /dev/null +++ b/packages.debian @@ -0,0 +1,15 @@ +git +tmux +vim-nox +fzf +htop +zsh +aptitude +apt-listbugs +deborphan +aria2 +atool +jq +httpie +ipython +silversearcher-ag -- cgit v1.2.3