I desided to create a new dot environment from my old dot environment and from many new cool environments i found on the internet. I'm not sure if it is interesting for other people, but i like to share it on github.
I using the bash as shell, i know many people who like to use zsh, because it "should" be so much easier and intuitive to use. But i desided to use bash, because it's installed on many servers i connected to.
For editing files nothing is better than vim, so there are many plugins, config parameters in this repository.
There are two folders, one for the public environment i share with everyone and one for my private personal scripts - that could contain any secret information. Well this will not be shared on github.
Contains binary files or scripts that should be executable. It will
be symlinked to ~/.bin
.
Should contain all my cool environment files from vim, bash, and something else.
I using MacOS X with Terminal.app and a modified theme called
Box Black 2014.
Here are also two screenshots of the terminal with ls
and vim
.
If you like to use a light background I also have an Box White 2015 theme but somehow it doesn't work that well with my colours.
Clone the repository to ~/.tm-env
. If you like to use another directory some
file changes are required.
git clone https://github.com/drscream/tm-env.git ~/.tm-env
Make is your friend, switch to the new directory and run make
.
cd ~/.tm-env
make