all repos

dotfiles @ 8178d47ba10140185411f06d2bf4514fe265f6e3

my dotfiles
1 files changed, 5 insertions(+), 5 deletions(-)
Update install.sh
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,5 +1,5 @@

#/bin/bash -read -p "Enter home paht: " $HOME_PAHT +read -p "Enter home paht: " HOME_PAHT function install_program { sudo apt-get install git python3 python3-pip curl vim tmux

@@ -29,9 +29,9 @@ }

function TMUX { git clone https://github.com/gpakosz/.tmux.git - mv ~/.tmux/.tmux.conf ~ - mv ~/.tmux/.tmux.conf.local ~ - rm -rf ~/.tmux + mv $HOME_PAHT.tmux/.tmux.conf ~ + mv $HOME_PAHT.tmux/.tmux.conf.local ~ + rm -rf $HOME_PAHT.tmux } function VIM {

@@ -44,4 +44,4 @@ install_program

LN ZSH TMUX -VIM+VIM