1 files changed,
5 insertions(+),
5 deletions(-)
Author:
Smirnov Aleksandr
50584123+Smirnov-O@users.noreply.github.com
Committed by:
GitHub
noreply@github.com
Committed at:
2020-05-21 15:21:21 +0300
Parent:
2aa9b9e
M
install.sh
··· 1 1 #/bin/bash 2 -read -p "Enter home paht: " $HOME_PAHT 2 +read -p "Enter home paht: " HOME_PAHT 3 3 4 4 function install_program { 5 5 sudo apt-get install git python3 python3-pip curl vim tmux ··· 29 29 30 30 function TMUX { 31 31 git clone https://github.com/gpakosz/.tmux.git 32 - mv ~/.tmux/.tmux.conf ~ 33 - mv ~/.tmux/.tmux.conf.local ~ 34 - rm -rf ~/.tmux 32 + mv $HOME_PAHT.tmux/.tmux.conf ~ 33 + mv $HOME_PAHT.tmux/.tmux.conf.local ~ 34 + rm -rf $HOME_PAHT.tmux 35 35 } 36 36 37 37 function VIM { ··· 44 44 LN 45 45 ZSH 46 46 TMUX 47 -VIM 47 +VIM