mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
Added taskie configuration & other stuff.
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
6dafaf5b9d
commit
fc1b5bbc87
19 changed files with 744 additions and 7 deletions
10
config/nuxfs/templates/gnome-material.nuxfs
Normal file
10
config/nuxfs/templates/gnome-material.nuxfs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
dir ".ui"
|
||||
git "Flat-Remix" "https://github.com/daniruiz/Flat-Remix"
|
||||
git "Flat-Remix-GNOME-theme" "https://github.com/daniruiz/Flat-Remix-GNOME-theme"
|
||||
enddir
|
||||
dir ".themes"
|
||||
link "Flat Remix" "../.ui/Flat-Remix-GNOME-theme/Flat Remix/"
|
||||
enddir
|
||||
dir ".icons"
|
||||
link "Flat Remix" "../.ui/Flat-Remix/Flat Remix/"
|
||||
enddir
|
||||
8
config/nuxfs/templates/nux-app.nuxfs
Normal file
8
config/nuxfs/templates/nux-app.nuxfs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
name Nux Application Template
|
||||
dir bin
|
||||
|
||||
enddir bin
|
||||
|
||||
dir inc
|
||||
|
||||
enddir
|
||||
21
config/nuxfs/templates/tonydamage-public.nuxfs
Normal file
21
config/nuxfs/templates/tonydamage-public.nuxfs
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
dir bin
|
||||
link mvn ../apps/maven/bin/mvn
|
||||
link eclipse ../apps/eclipse/eclipse
|
||||
enddir
|
||||
|
||||
dir .repos
|
||||
dir m2; enddir;
|
||||
dir p2; enddir;
|
||||
dir npm; enddir;
|
||||
enddir
|
||||
|
||||
|
||||
git "nux-env" "ssh://git@github.com/tonydamage/nux-env"
|
||||
link .bashrc nux-env/bashrc
|
||||
|
||||
link .m2 .repos/m2
|
||||
link .p2 .repos/p2
|
||||
link .npm .repos/npm
|
||||
|
||||
should-not-exists "*.tmp"
|
||||
should-not-exists "*.stl"
|
||||
Loading…
Add table
Add a link
Reference in a new issue