Skip to content

Vinil4/configureGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

configureGit

automatiza a configuracao do git no pc.

configurar somente git

sudo apt install -y git &&
mkdir -p ~/git &&
cd ~/git &&
git clone https://github.com/Vinil4/configureGit.git &&
cd ~/git/configureGit &&
chmod +x config.sh &&
./config.sh

configurar todo sistema
Instala as dependencias, configura toda a interface com o i3, VIM e tmux.
Testado somente no ubuntu 24.02.

mkdir -p ~/git &&
cd ~/git &&
git clone git@github.com:Vinil4/configureGit.git &&
cd ~/git/configureGit &&
chmod +x setup-linux.sh &&
chmod +x setup-environment.sh &&
./setup-linux.sh &&
./setup-environment.sh

About

automatiza a configuracao do git no pc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published