Skip to content
/ dotfiles Public
forked from max-lobur/dotfiles

Zero friction mac and linux bootstrap

License

Notifications You must be signed in to change notification settings

akhon/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

     _       _    __ _ _           
  __| | ___ | |_ / _(_) | ___  ___ 
 / _` |/ _ \| __| |_| | |/ _ \/ __|
| (_| | (_) | |_|  _| | |  __/\__ \
 \__,_|\___/ \__|_| |_|_|\___||___/

Zero friction mac and linux bootstrap iterm2

macOS

mkdir ~/git && cd ~/git
git clone https://github.com/akhon/dotfiles.git && cd dotfiles
git remote set-url origin git@github.com:akhon/dotfiles.git  # ssh push later
./init_mac.sh

CentOS

sudo yum -y install git
git clone https://github.com/akhon/dotfiles.git && cd dotfiles
./init_centos.sh

Debian/Ubuntu

¯\_(ツ)_/¯

Adding a distro

The init_<distro>.sh script must have the following order:

  1. dotfiles
  2. os-specific scripts
  3. common scripts

Troubleshooting

All scripts are idempotent - hack & rerun until it works.

About

Zero friction mac and linux bootstrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.9%
  • Vim Script 0.1%