Compare commits

...

2 Commits

Author SHA1 Message Date
Fabian Schmidt
6fc84ce7be Added gitignore file 2020-07-28 07:47:57 +02:00
Fabian Schmidt
63cd3baffc Add description of basic scripts from my linux machine 2020-07-25 19:36:53 +02:00
2 changed files with 18 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.DS_Store
*.app

View File

@ -19,6 +19,22 @@ Create, list or delete bare repos on git server. Edit your config and descriptio
- Create, list, delete, edit hooks
#### autoscript
Quickly setup the base to start writing scripts.
Supports crystal, python and bash (default)
#### initializeANSI
Initialize a bunch of variables with ANSI colors and co.
#### glances
top alternative
## MacOS