Table of Contents
This is a dotfiles for beautiful and powerful features.
Just clone this repo
git clone https://github.com/minocrafft/dotfiles.git
cd dotfilesand run setup/install.sh as a bash, like
sudo chmod a+x setup/install.sh # It may require permission to run.
bash setup/install.sh # or ./setup/install.shthen you can see a screen like this.
Now, you can choose the package you want to install and proceed with the configuration.
Some installations can be unstable because they were not tested in all environments.
for Ubuntu
for MacOS
If you want to append and manage some installation for the other packages,
you can go through the following procedure.
- Add a new package name to the array of
PACKAGESin setup/{OSTYPE}.sh - Add a package install function whose name starts with
install_to setup/{OSTYPE}.sh - If necessary, change the
print_availablefunction as well
That's it!
Minho Kim - minocrafft@gmail.com

