mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update install.sh
This commit is contained in:
parent
2aa9b9ef5a
commit
8178d47ba1
1 changed files with 5 additions and 5 deletions
10
install.sh
10
install.sh
|
|
@ -1,5 +1,5 @@
|
||||||
#/bin/bash
|
#/bin/bash
|
||||||
read -p "Enter home paht: " $HOME_PAHT
|
read -p "Enter home paht: " HOME_PAHT
|
||||||
|
|
||||||
function install_program {
|
function install_program {
|
||||||
sudo apt-get install git python3 python3-pip curl vim tmux
|
sudo apt-get install git python3 python3-pip curl vim tmux
|
||||||
|
|
@ -29,9 +29,9 @@ function ZSH {
|
||||||
|
|
||||||
function TMUX {
|
function TMUX {
|
||||||
git clone https://github.com/gpakosz/.tmux.git
|
git clone https://github.com/gpakosz/.tmux.git
|
||||||
mv ~/.tmux/.tmux.conf ~
|
mv $HOME_PAHT.tmux/.tmux.conf ~
|
||||||
mv ~/.tmux/.tmux.conf.local ~
|
mv $HOME_PAHT.tmux/.tmux.conf.local ~
|
||||||
rm -rf ~/.tmux
|
rm -rf $HOME_PAHT.tmux
|
||||||
}
|
}
|
||||||
|
|
||||||
function VIM {
|
function VIM {
|
||||||
|
|
@ -44,4 +44,4 @@ install_program
|
||||||
LN
|
LN
|
||||||
ZSH
|
ZSH
|
||||||
TMUX
|
TMUX
|
||||||
VIM
|
VIM
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue