Commit 6ecefeaf authored by cupric's avatar cupric
Browse files

removed fzf

parent e2d050e4
Showing with 0 additions and 1 deletion
+0 -1
......@@ -18,7 +18,6 @@ dep_check () { # Checks for zsh, git, curl, fzf
type zsh >/dev/null 2>&1 || { deb_install "zsh"; }
type git >/dev/null 2>&1 || { deb_install "git"; }
type curl >/dev/null 2>&1 || { deb_install "curl"; }
type fzf >/dev/null 2>&1 || { deb_install "fzf"; }
}
get_zsh () {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment