Skip to content

Commit 28ebb99

Browse files
committed
added infos about conda
1 parent 3eaf63b commit 28ebb99

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,10 @@ The comments inside the file speak for themselves but to sum up, this script ins
6262
* Tools to fix codes automatically (php-cs-fixer, rubocop, autopep8..) ;
6363
* _Optional:_ Hackintoshes stuff if needed (Karabiner Elements to modify keys).
6464

65+
### conda.sh
66+
67+
This [script](scripts/conda.sh) only copies some useful Deep Learning environments to `~/.conda`. You can create an environment based one of these files with `conda create`.
68+
69+
### git.sh
70+
71+
This [script](scripts/git.sh) checks if you have already set up a `.gitconfig`file. If not, it copies a `.gitignore` file containing famous and useful files/folders to ignore on your projects. it also copies a `.gitconfig` file.

0 commit comments

Comments
 (0)