updated stuff
This commit is contained in:
parent
839240318e
commit
ebf2af0fe1
2 changed files with 1 additions and 4 deletions
3
install
3
install
|
@ -5,8 +5,5 @@ sudo cp ${HOME}/.config/dotfiles/copy/gitconfig /etc/gitconfig
|
|||
echo ">>> Copying Gitignore - Please Wait! <<<"
|
||||
sudo cp ${HOME}/.config/dotfiles/copy/gitignore /etc/gitignore
|
||||
|
||||
echo ">>> Copying SSH Config - Please Wait! <<<"
|
||||
sudo cp ${HOME}/.config/dotfiles/copy/sshconfig /etc/ssh/ssh_config
|
||||
|
||||
echo ">>> Copying ZSH Environment File - Please Wait! <<<"
|
||||
cp ${HOME}/.config/dotfiles/copy/zshenv ${HOME}/.zshenv
|
||||
|
|
|
@ -6,7 +6,7 @@ if [[ $os == "arch" ]]; then
|
|||
fzfKeyb="/usr/share/fzf/key-bindings.zsh"
|
||||
fi
|
||||
|
||||
if [[ $os == "debian" || $os == "ubuntu" ]]; then
|
||||
if [[ $os == "debian" || $os == "ubuntu" || $os == "kali" ]]; then
|
||||
fzfComp="/usr/share/doc/fzf/examples/completion.zsh"
|
||||
fzfKeyb="/usr/share/doc/fzf/examples/key-bindings.zsh"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue