Skip to content

davidphay/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Minimal setup

CentOS:

sudo dnf install openssl git zsh util-linux-user tilix python3-pip jq gem open-vm-tools open-vm-tools-desktop gcc cpan unzip -y

Ubuntu:

sudo apt install zsh openssl git jq open-vm-tools gcc curl wget zip -y
sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
chsh -s $(which zsh)
git init .
git remote add origin https://github.com/davidphay/dotfiles.git
git pull origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages