Compare commits
No commits in common. "f6ace04d40399e702cb4bc4ece941308d91afed9" and "977cd4a99fc6eca49a58584dceb732e4f0a1d45f" have entirely different histories.
f6ace04d40
...
977cd4a99f
|
@ -14,14 +14,6 @@
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[gitlab]
|
[gitlab]
|
||||||
user = akasroua
|
user = akasroua
|
||||||
[lfs]
|
|
||||||
activitytimeout = 60
|
|
||||||
[filter "git-ignore-line.sh"]
|
[filter "git-ignore-line.sh"]
|
||||||
clean = /home/coolneng/.dotfiles/scripts/.local/share/scripts/git-ignore-line.sh
|
clean = /home/coolneng/.dotfiles/scripts/.local/share/scripts/git-ignore-line.sh
|
||||||
smudge = cat
|
smudge = cat
|
||||||
[filter "lfs"]
|
|
||||||
clean = git-lfs clean -- %f
|
|
||||||
smudge = git-lfs smudge -- %f
|
|
||||||
process = git-lfs filter-process
|
|
||||||
required = true
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ usage() {
|
||||||
echo "type git: VCS project"
|
echo "type git: VCS project"
|
||||||
echo "type remote-git: VCS project with README, LICENSE and tests"
|
echo "type remote-git: VCS project with README, LICENSE and tests"
|
||||||
echo "type src: Simple coding project"
|
echo "type src: Simple coding project"
|
||||||
echo "type init: Initialize populated project"
|
|
||||||
echo "type doc: Assignment"
|
echo "type doc: Assignment"
|
||||||
echo "type nix-ld: Run unpatched programs with Nix"
|
echo "type nix-ld: Run unpatched programs with Nix"
|
||||||
echo "type datasci: Python data science project"
|
echo "type datasci: Python data science project"
|
||||||
|
@ -75,9 +74,6 @@ elif [ "$type" = "src" ]; then
|
||||||
create_dir src
|
create_dir src
|
||||||
touch .project
|
touch .project
|
||||||
direnv_integration "nix"
|
direnv_integration "nix"
|
||||||
elif [ "$type" = "init" ]; then
|
|
||||||
touch .project
|
|
||||||
direnv_integration "nix"
|
|
||||||
elif [ "$type" = "nix-ld" ]; then
|
elif [ "$type" = "nix-ld" ]; then
|
||||||
copy_nix_files "nix-ld"
|
copy_nix_files "nix-ld"
|
||||||
direnv_integration "nix"
|
direnv_integration "nix"
|
||||||
|
|
Loading…
Reference in New Issue