Compare commits
1 Commits
05600113b3
...
008290931e
Author | SHA1 | Date |
---|---|---|
coolneng | 008290931e |
|
@ -38,9 +38,11 @@ elif [ "$type" = "remote-git" ]; then
|
|||
elif [ "$type" = "doc" ]; then
|
||||
mkdir docs docs/assets
|
||||
touch docs/Summary.org
|
||||
touch .project
|
||||
elif [ "$type" = "src" ]; then
|
||||
cp ~/Documents/IT/shell.nix .
|
||||
mkdir src data
|
||||
touch .project
|
||||
echo "use nix" >.envrc
|
||||
direnv allow
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue