├── .gitignore ├── airootfs ├── etc │ ├── pacman.d │ │ ├── gnupg │ │ │ ├── secring.gpg │ │ │ ├── .gpg-v21-migrated │ │ │ ├── pubring.gpg │ │ │ ├── trustdb.gpg │ │ │ ├── pubring.gpg~ │ │ │ ├── gpg.conf │ │ │ ├── private-keys-v1.d │ │ │ │ └── 8E8C7CA0F4760A4C8B1C5A003493A3A38D4CAA62.key │ │ │ └── openpgp-revocs.d │ │ │ │ └── 76FE580D614F683917FF71824BB342386A893880.rev │ │ └── mirrorlist │ ├── skel │ │ ├── .config │ │ │ ├── user-dirs.locale │ │ │ ├── libreoffice │ │ │ │ └── 4 │ │ │ │ │ └── user │ │ │ │ │ ├── extensions │ │ │ │ │ ├── buildid │ │ │ │ │ ├── bundled │ │ │ │ │ │ ├── lastsynchronized │ │ │ │ │ │ ├── extensions.pmap │ │ │ │ │ │ └── registry │ │ │ │ │ │ │ ├── com.sun.star.comp.deployment.component.PackageRegistryBackend │ │ │ │ │ │ │ └── unorc │ │ │ │ │ │ │ ├── com.sun.star.comp.deployment.script.PackageRegistryBackend │ │ │ │ │ │ │ └── backenddb.xml │ │ │ │ │ │ │ ├── com.sun.star.comp.deployment.help.PackageRegistryBackend │ │ │ │ │ │ │ └── backenddb.xml │ │ │ │ │ │ │ ├── com.sun.star.comp.deployment.configuration.PackageRegistryBackend │ │ │ │ │ │ │ ├── configmgr.ini │ │ │ │ │ │ │ ├── lu813w4huzb.tmp │ │ │ │ │ │ │ │ └── Paths.xcu │ │ │ │ │ │ │ ├── lu813w4huz8.tmp │ │ │ │ │ │ │ │ └── OptionsDialog.xcu │ │ │ │ │ │ │ ├── backenddb.xml │ │ │ │ │ │ │ └── lu813w4huz9.tmp │ │ │ │ │ │ │ │ └── Filter.xcu │ │ │ │ │ │ │ └── com.sun.star.comp.deployment.bundle.PackageRegistryBackend │ │ │ │ │ │ │ └── backenddb.xml │ │ │ │ │ ├── shared │ │ │ │ │ │ ├── lastsynchronized │ │ │ │ │ │ └── registry │ │ │ │ │ │ │ ├── com.sun.star.comp.deployment.help.PackageRegistryBackend │ │ │ │ │ │ │ └── backenddb.xml │ │ │ │ │ │ │ └── com.sun.star.comp.deployment.configuration.PackageRegistryBackend │ │ │ │ │ │ │ └── backenddb.xml │ │ │ │ │ └── tmp │ │ │ │ │ │ └── registry │ │ │ │ │ │ ├── com.sun.star.comp.deployment.help.PackageRegistryBackend │ │ │ │ │ │ └── backenddb.xml │ │ │ │ │ │ └── com.sun.star.comp.deployment.configuration.PackageRegistryBackend │ │ │ │ │ │ └── backenddb.xml │ │ │ │ │ ├── gallery │ │ │ │ │ ├── sg30.sdv │ │ │ │ │ └── sg30.thm │ │ │ │ │ ├── config │ │ │ │ │ ├── autotbl.fmt │ │ │ │ │ ├── standard.sob │ │ │ │ │ ├── styles.sod │ │ │ │ │ ├── javasettings_Linux_X86_64.xml │ │ │ │ │ ├── standard.soh │ │ │ │ │ ├── standard.sod │ │ │ │ │ ├── tango.soc │ │ │ │ │ ├── libreoffice.soc │ │ │ │ │ ├── arrowhd.soe │ │ │ │ │ ├── gallery.soc │ │ │ │ │ ├── standard.soe │ │ │ │ │ ├── hatching.soh │ │ │ │ │ └── palette.soc │ │ │ │ │ ├── database │ │ │ │ │ ├── biblio.odb │ │ │ │ │ ├── evolocal.odb │ │ │ │ │ └── biblio │ │ │ │ │ │ ├── biblio.dbf │ │ │ │ │ │ └── biblio.dbt │ │ │ │ │ ├── autotext │ │ │ │ │ └── mytexts.bau │ │ │ │ │ ├── store │ │ │ │ │ └── .templdir.cache │ │ │ │ │ ├── uno_packages │ │ │ │ │ └── cache │ │ │ │ │ │ ├── registry │ │ │ │ │ │ ├── com.sun.star.comp.deployment.help.PackageRegistryBackend │ │ │ │ │ │ │ └── backenddb.xml │ │ │ │ │ │ └── com.sun.star.comp.deployment.configuration.PackageRegistryBackend │ │ │ │ │ │ │ └── backenddb.xml │ │ │ │ │ │ └── log.txt │ │ │ │ │ └── basic │ │ │ │ │ ├── Standard │ │ │ │ │ ├── dialog.xlb │ │ │ │ │ ├── script.xlb │ │ │ │ │ └── Module1.xba │ │ │ │ │ ├── dialog.xlc │ │ │ │ │ └── script.xlc │ │ │ ├── dconf │ │ │ │ └── user │ │ │ ├── libfm │ │ │ │ ├── dir-settings.conf │ │ │ │ └── libfm.conf │ │ │ ├── obmenu-generator │ │ │ │ ├── icons.db │ │ │ │ ├── schema.pl │ │ │ │ └── config.pl │ │ │ ├── sublime-text-3 │ │ │ │ └── Cache │ │ │ │ │ ├── D │ │ │ │ │ ├── D.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ ├── Indentation Rules.tmPreferences.cache │ │ │ │ │ └── Symbol List-Method-Constructor.tmPreferences.cache │ │ │ │ │ ├── R │ │ │ │ │ ├── R.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ ├── Methods.tmPreferences.cache │ │ │ │ │ ├── R Console.tmLanguage.cache │ │ │ │ │ ├── Rd (R Documentation).tmLanguage.cache │ │ │ │ │ └── Symbol List (Rd Documentation).tmPreferences.cache │ │ │ │ │ ├── C# │ │ │ │ │ ├── C#.tmLanguage.cache │ │ │ │ │ ├── Build.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ ├── Indentation.tmPreferences.cache │ │ │ │ │ ├── Symbol List Classes.tmPreferences.cache │ │ │ │ │ ├── Symbol List Region.tmPreferences.cache │ │ │ │ │ ├── Symbol List Namespace.tmPreferences.cache │ │ │ │ │ ├── Symbol List Inner Method.tmPreferences.cache │ │ │ │ │ ├── Symbol List Inner Region.tmPreferences.cache │ │ │ │ │ ├── Symbol List Inner Classes.tmPreferences.cache │ │ │ │ │ ├── Symbol List Inner Function.tmPreferences.cache │ │ │ │ │ ├── Symbol List Inner Inner Classes.tmPreferences.cache │ │ │ │ │ ├── Symbol List Inner Inner Method.tmPreferences.cache │ │ │ │ │ ├── Symbol List Inner Inner Region.tmPreferences.cache │ │ │ │ │ └── Symbol List Inner Inner Inner Region.tmPreferences.cache │ │ │ │ │ ├── C++ │ │ │ │ │ ├── C.tmLanguage.cache │ │ │ │ │ ├── C++.tmLanguage.cache │ │ │ │ │ ├── Symbol Index.tmPreferences.cache │ │ │ │ │ ├── Comments (C++).tmPreferences.cache │ │ │ │ │ ├── Completion Rules.tmPreferences.cache │ │ │ │ │ ├── Indentation Rules.tmPreferences.cache │ │ │ │ │ ├── Symbol Index Hide Ctors.tmPreferences.cache │ │ │ │ │ ├── Symbol List Hide Forward Decls.tmPreferences.cache │ │ │ │ │ ├── Symbol List - Prefix Banner Items.tmPreferences.cache │ │ │ │ │ └── Symbol List - Indent Class Methods.tmPreferences.cache │ │ │ │ │ ├── Default │ │ │ │ │ ├── Startup.cache │ │ │ │ │ ├── Syntax Summary.cache │ │ │ │ │ ├── Meta Info Summary.cache │ │ │ │ │ ├── Icon (Text).tmPreferences.cache │ │ │ │ │ ├── Symbol List.tmPreferences.cache │ │ │ │ │ ├── Icon (Markup).tmPreferences.cache │ │ │ │ │ ├── Icon (Source).tmPreferences.cache │ │ │ │ │ ├── Indentation Rules.tmPreferences.cache │ │ │ │ │ ├── Indexed Symbol List.tmPreferences.cache │ │ │ │ │ └── Indentation Rules - Comments.tmPreferences.cache │ │ │ │ │ ├── Go │ │ │ │ │ ├── Go.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ └── Indentation Rules.tmPreferences.cache │ │ │ │ │ ├── ASP │ │ │ │ │ ├── ASP.tmLanguage.cache │ │ │ │ │ └── HTML-ASP.tmLanguage.cache │ │ │ │ │ ├── CSS │ │ │ │ │ ├── CSS.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ ├── Symbol List.tmPreferences.cache │ │ │ │ │ ├── Symbol Index.tmPreferences.cache │ │ │ │ │ ├── Completion Rules.tmPreferences.cache │ │ │ │ │ └── Symbol List Group.tmPreferences.cache │ │ │ │ │ ├── Lua │ │ │ │ │ ├── Lua.tmLanguage.cache │ │ │ │ │ ├── Indent.tmPreferences.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ └── Completion Rules.tmPreferences.cache │ │ │ │ │ ├── PHP │ │ │ │ │ ├── PHP.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ ├── Symbol List.tmPreferences.cache │ │ │ │ │ ├── Completion Rules.tmPreferences.cache │ │ │ │ │ ├── Indentation Rules.tmPreferences.cache │ │ │ │ │ └── Indentation Rules Annex.tmPreferences.cache │ │ │ │ │ ├── SQL │ │ │ │ │ ├── SQL.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ └── Miscellaneous.tmPreferences.cache │ │ │ │ │ ├── TCL │ │ │ │ │ ├── Tcl.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ └── HTML (Tcl).tmLanguage.cache │ │ │ │ │ ├── XML │ │ │ │ │ ├── XML.tmLanguage.cache │ │ │ │ │ ├── XSL.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ ├── Miscellaneous.tmPreferences.cache │ │ │ │ │ └── Symbol List%3A Templates.tmPreferences.cache │ │ │ │ │ ├── Diff │ │ │ │ │ └── Diff.tmLanguage.cache │ │ │ │ │ ├── HTML │ │ │ │ │ ├── HTML.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ ├── Miscellaneous.tmPreferences.cache │ │ │ │ │ └── Symbol List - ID.tmPreferences.cache │ │ │ │ │ ├── Java │ │ │ │ │ ├── Java.tmLanguage.cache │ │ │ │ │ ├── JavaDoc.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ ├── JavaProperties.tmLanguage.cache │ │ │ │ │ ├── Completion Rules.tmPreferences.cache │ │ │ │ │ ├── Indentation Rules.tmPreferences.cache │ │ │ │ │ ├── Java Server Pages (JSP).tmLanguage.cache │ │ │ │ │ ├── Symbol List%3A Classes.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Method.tmPreferences.cache │ │ │ │ │ ├── Indentation Rules Annex.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Inner Classes.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Inner Class Methods.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Inner Inner Classes.tmPreferences.cache │ │ │ │ │ └── Symbol List%3A Inner Inner Class Methods.tmPreferences.cache │ │ │ │ │ ├── LaTeX │ │ │ │ │ ├── TeX.tmLanguage.cache │ │ │ │ │ ├── Bibtex.tmLanguage.cache │ │ │ │ │ ├── LaTeX.tmLanguage.cache │ │ │ │ │ ├── LaTeX Log.tmLanguage.cache │ │ │ │ │ ├── TeX Math.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ ├── LaTeX Beamer.tmLanguage.cache │ │ │ │ │ └── LaTeX Memoir.tmLanguage.cache │ │ │ │ │ ├── Lisp │ │ │ │ │ ├── Lisp.tmLanguage.cache │ │ │ │ │ └── Comments.tmPreferences.cache │ │ │ │ │ ├── Perl │ │ │ │ │ ├── Perl.tmLanguage.cache │ │ │ │ │ └── Miscellaneous.tmPreferences.cache │ │ │ │ │ ├── Ruby │ │ │ │ │ ├── Ruby.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ ├── Symbol Index.tmPreferences.cache │ │ │ │ │ ├── Miscellaneous.tmPreferences.cache │ │ │ │ │ ├── Completion Rules.tmPreferences.cache │ │ │ │ │ ├── Symbo List%3A Method.tmPreferences.cache │ │ │ │ │ ├── Symbol Index Methods.tmPreferences.cache │ │ │ │ │ └── Symbol List%3A No Function Call.tmPreferences.cache │ │ │ │ │ ├── YAML │ │ │ │ │ ├── YAML.tmLanguage.cache │ │ │ │ │ └── Comments.tmPreferences.cache │ │ │ │ │ ├── Erlang │ │ │ │ │ ├── Erlang.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ ├── HTML (Erlang).tmLanguage.cache │ │ │ │ │ ├── Macro Symbols.tmPreferences.cache │ │ │ │ │ ├── Module Symbols.tmPreferences.cache │ │ │ │ │ ├── Record Symbols.tmPreferences.cache │ │ │ │ │ ├── Function Symbols.tmPreferences.cache │ │ │ │ │ ├── Indentation Rules.tmPreferences.cache │ │ │ │ │ └── Symbol Overrides.tmPreferences.cache │ │ │ │ │ ├── Graphviz │ │ │ │ │ └── DOT.tmLanguage.cache │ │ │ │ │ ├── Groovy │ │ │ │ │ ├── Groovy.tmLanguage.cache │ │ │ │ │ ├── Symbol List%3A Classes.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Methods.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Variables.tmPreferences.cache │ │ │ │ │ └── Symbol List%3A Class Variables.tmPreferences.cache │ │ │ │ │ ├── Matlab │ │ │ │ │ ├── Matlab.tmLanguage.cache │ │ │ │ │ ├── Indent.tmPreferences.cache │ │ │ │ │ ├── Symbols.tmPreferences.cache │ │ │ │ │ └── Miscellaneous.tmPreferences.cache │ │ │ │ │ ├── OCaml │ │ │ │ │ ├── OCaml.tmLanguage.cache │ │ │ │ │ ├── camlp4.tmLanguage.cache │ │ │ │ │ ├── OCamllex.tmLanguage.cache │ │ │ │ │ ├── OCamlyacc.tmLanguage.cache │ │ │ │ │ ├── Indent rules.tmPreferences.cache │ │ │ │ │ ├── Miscellaneous.tmPreferences.cache │ │ │ │ │ ├── Symbol List_ Types.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Types.tmPreferences.cache │ │ │ │ │ ├── Symbol List_ Classes.tmPreferences.cache │ │ │ │ │ ├── Symbol List_ Variants.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Classes.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Variants.tmPreferences.cache │ │ │ │ │ ├── Symbol List_ Exceptions.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Exceptions.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Ocamllex rules.tmPreferences.cache │ │ │ │ │ ├── Symbol List_ Ocamllex rules.tmPreferences.cache │ │ │ │ │ ├── Symbol List_ Ocamlyacc token definition.tmPreferences.cache │ │ │ │ │ ├── Symbol List_ Ocamlyacc token reference.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Ocamlyacc token definition.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Ocamlyacc token reference.tmPreferences.cache │ │ │ │ │ ├── Symbol List_ Ocamllex pattern definition.tmPreferences.cache │ │ │ │ │ ├── Symbol List_ Ocamllex pattern references.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Ocamllex pattern definition.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Ocamllex pattern references.tmPreferences.cache │ │ │ │ │ ├── Symbol List_ Ocamlyacc non-terminal definition.tmPreferences.cache │ │ │ │ │ ├── Symbol List_ Ocamlyacc non-terminal reference.tmPreferences.cache │ │ │ │ │ ├── Symbol List%3A Ocamlyacc non-terminal definition.tmPreferences.cache │ │ │ │ │ └── Symbol List%3A Ocamlyacc non-terminal reference.tmPreferences.cache │ │ │ │ │ ├── Pascal │ │ │ │ │ ├── Pascal.tmLanguage.cache │ │ │ │ │ └── Miscellaneous.tmPreferences.cache │ │ │ │ │ ├── Python │ │ │ │ │ ├── Python.tmLanguage.cache │ │ │ │ │ ├── Miscellaneous.tmPreferences.cache │ │ │ │ │ ├── Symbol List.tmPreferences.cache │ │ │ │ │ ├── Completion Rules.tmPreferences.cache │ │ │ │ │ ├── Regular Expressions (Python).tmLanguage.cache │ │ │ │ │ └── Symbol List Hide Decorator.tmPreferences.cache │ │ │ │ │ ├── Scala │ │ │ │ │ ├── Scala.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ └── Symbols.tmPreferences.cache │ │ │ │ │ ├── Clojure │ │ │ │ │ ├── Clojure.tmLanguage.cache │ │ │ │ │ ├── Comment.tmPreferences.cache │ │ │ │ │ └── Symbol List.tmPreferences.cache │ │ │ │ │ ├── Haskell │ │ │ │ │ ├── Haskell.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ ├── Symbol List.tmPreferences.cache │ │ │ │ │ ├── Literate Haskell.tmLanguage.cache │ │ │ │ │ └── Indent Patterns.tmPreferences.cache │ │ │ │ │ ├── JavaScript │ │ │ │ │ ├── JSON.tmLanguage.cache │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ ├── JavaScript.tmLanguage.cache │ │ │ │ │ ├── Completion Rules.tmPreferences.cache │ │ │ │ │ ├── JavaScript Indent.tmPreferences.cache │ │ │ │ │ ├── Symbol List Banned.tmPreferences.cache │ │ │ │ │ ├── Symbol List Class.tmPreferences.cache │ │ │ │ │ ├── Symbol List Sub 1.tmPreferences.cache │ │ │ │ │ ├── Symbol List Sub 2.tmPreferences.cache │ │ │ │ │ ├── Symbol List Function.tmPreferences.cache │ │ │ │ │ └── Symbol List Instance.tmPreferences.cache │ │ │ │ │ ├── Rails │ │ │ │ │ ├── Ruby Haml.tmLanguage.cache │ │ │ │ │ ├── HTML (Rails).tmLanguage.cache │ │ │ │ │ ├── SQL (Rails).tmLanguage.cache │ │ │ │ │ ├── Ruby on Rails.tmLanguage.cache │ │ │ │ │ ├── Template (ERB).tmPreferences.cache │ │ │ │ │ ├── JavaScript (Rails).tmLanguage.cache │ │ │ │ │ ├── Template (Haml).tmPreferences.cache │ │ │ │ │ └── Ruby Haml Comments.tmPreferences.cache │ │ │ │ │ ├── Text │ │ │ │ │ └── Plain text.tmLanguage.cache │ │ │ │ │ ├── Textile │ │ │ │ │ └── Textile.tmLanguage.cache │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Makefile.tmLanguage.cache │ │ │ │ │ └── Miscellaneous.tmPreferences.cache │ │ │ │ │ ├── Markdown │ │ │ │ │ ├── Markdown.tmLanguage.cache │ │ │ │ │ ├── MultiMarkdown.tmLanguage.cache │ │ │ │ │ ├── Indent%3A Raw.tmPreferences.cache │ │ │ │ │ └── Symbol List - Heading.tmPreferences.cache │ │ │ │ │ ├── Theme - Default │ │ │ │ │ └── Widgets.stTheme.cache │ │ │ │ │ ├── AppleScript │ │ │ │ │ └── AppleScript.tmLanguage.cache │ │ │ │ │ ├── Batch File │ │ │ │ │ └── Batch File.tmLanguage.cache │ │ │ │ │ ├── Objective-C │ │ │ │ │ ├── Objective-C.tmLanguage.cache │ │ │ │ │ ├── Objective-C++.tmLanguage.cache │ │ │ │ │ └── Symbol Index.tmPreferences.cache │ │ │ │ │ ├── ShellScript │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ ├── Miscellaneous.tmPreferences.cache │ │ │ │ │ ├── Shell-Unix-Generic.tmLanguage.cache │ │ │ │ │ └── Completion Rules.tmPreferences.cache │ │ │ │ │ ├── ActionScript │ │ │ │ │ └── ActionScript.tmLanguage.cache │ │ │ │ │ ├── Color Scheme - Default │ │ │ │ │ └── Monokai.tmTheme.cache │ │ │ │ │ ├── Regular Expressions │ │ │ │ │ └── RegExp.tmLanguage.cache │ │ │ │ │ └── RestructuredText │ │ │ │ │ ├── Comments.tmPreferences.cache │ │ │ │ │ └── reStructuredText.tmLanguage.cache │ │ │ ├── dmenu │ │ │ │ └── dmenu-bind.sh │ │ │ ├── mimeapps.list │ │ │ ├── gtk-2.0 │ │ │ │ └── gtkfilechooser.ini │ │ │ ├── openbox │ │ │ │ ├── pipemenus │ │ │ │ │ ├── obkeypipe │ │ │ │ │ ├── fehpipe │ │ │ │ │ ├── obrecent.sh │ │ │ │ │ ├── binds.txt │ │ │ │ │ └── obpipemenu-places │ │ │ │ ├── menu.xml.bak │ │ │ │ └── autostart │ │ │ ├── terminator │ │ │ │ └── config │ │ │ ├── volumeicon │ │ │ │ └── volumeicon │ │ │ ├── pcmanfm │ │ │ │ └── default │ │ │ │ │ └── pcmanfm.conf │ │ │ ├── user-dirs.dirs │ │ │ └── Trolltech.conf │ │ ├── .bashrc │ │ ├── .bash_profile │ │ ├── .local │ │ │ └── share │ │ │ │ └── medit-1 │ │ │ │ └── prefs.xml │ │ ├── .gtkrc-2.0 │ │ └── .xinitrc │ ├── gtk-3.0 │ │ └── settings.ini │ ├── lxdm │ │ ├── themes │ │ │ └── mantos-theme │ │ │ │ ├── panel.png │ │ │ │ ├── background.png │ │ │ │ ├── README │ │ │ │ ├── gtkrc │ │ │ │ └── greeter.ui │ │ └── lxdm.conf │ ├── modprobe.d │ │ └── modprobe.conf │ ├── systemd │ │ └── system │ │ │ ├── etc-pacman.d-gnupg.mount │ │ │ ├── lastmin.service │ │ │ └── pacman-init.service │ ├── os-release │ ├── X11 │ │ └── xorg.conf.d │ │ │ ├── 01-keyboard-layout.conf │ │ │ └── 10-synaptics.conf │ ├── aur_packages │ └── pacman.conf ├── src │ ├── 20-gpudriver.conf │ └── .bash_profile ├── usr │ ├── share │ │ ├── wallpapers │ │ │ └── 1422653422844.png │ │ └── lxdm │ │ │ └── themes │ │ │ └── mantos-theme │ │ │ ├── panel.png │ │ │ ├── background.png │ │ │ ├── README │ │ │ └── gtkrc │ └── bin │ │ ├── arch-keys │ │ └── lastmin └── root │ └── customize_airootfs ├── clean ├── efi_packages ├── efiboot └── loader │ ├── loader.conf │ └── entries │ ├── uefi-shell-v1-x86_64.conf │ ├── uefi-shell-v2-x86_64.conf │ ├── archiso-x86_64-cd.conf │ └── archiso-x86_64-usb.conf ├── syslinux ├── splash.png └── syslinux.cfg ├── mkinitcpio.conf ├── isolinux └── isolinux.cfg ├── packages ├── README.md ├── pacman.conf └── BUILD.md /.gitignore: -------------------------------------------------------------------------------- 1 | out/ 2 | work/ 3 | backup/ -------------------------------------------------------------------------------- /airootfs/etc/pacman.d/gnupg/secring.gpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /clean: -------------------------------------------------------------------------------- 1 | rm -rf ./out 2 | rm -rf ./work 3 | -------------------------------------------------------------------------------- /airootfs/etc/pacman.d/gnupg/.gpg-v21-migrated: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/user-dirs.locale: -------------------------------------------------------------------------------- 1 | en_US -------------------------------------------------------------------------------- /efi_packages: -------------------------------------------------------------------------------- 1 | grub-efi-x86_64 2 | refind-efi 3 | efitools 4 | -------------------------------------------------------------------------------- /efiboot/loader/loader.conf: -------------------------------------------------------------------------------- 1 | timeout 30 2 | default archiso-x86_64 3 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/buildid: -------------------------------------------------------------------------------- 1 | 00m0(Build:5) -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/bundled/lastsynchronized: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/shared/lastsynchronized: -------------------------------------------------------------------------------- 1 | 1 -------------------------------------------------------------------------------- /syslinux/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/syslinux/splash.png -------------------------------------------------------------------------------- /airootfs/src/20-gpudriver.conf: -------------------------------------------------------------------------------- 1 | Section "Device" 2 | Identifier "Card0" 3 | Driver "vesa" 4 | EndSection 5 | -------------------------------------------------------------------------------- /efiboot/loader/entries/uefi-shell-v1-x86_64.conf: -------------------------------------------------------------------------------- 1 | title UEFI Shell x86_64 v1 2 | efi /EFI/shellx64_v1.efi 3 | -------------------------------------------------------------------------------- /efiboot/loader/entries/uefi-shell-v2-x86_64.conf: -------------------------------------------------------------------------------- 1 | title UEFI Shell x86_64 v2 2 | efi /EFI/shellx64_v2.efi 3 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/dconf/user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/dconf/user -------------------------------------------------------------------------------- /airootfs/etc/pacman.d/gnupg/pubring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/pacman.d/gnupg/pubring.gpg -------------------------------------------------------------------------------- /airootfs/etc/pacman.d/gnupg/trustdb.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/pacman.d/gnupg/trustdb.gpg -------------------------------------------------------------------------------- /airootfs/etc/pacman.d/gnupg/pubring.gpg~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/pacman.d/gnupg/pubring.gpg~ -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libfm/dir-settings.conf: -------------------------------------------------------------------------------- 1 | [search:///] 2 | Sort=name;ascending; 3 | ViewMode=list 4 | ShowHidden=true 5 | -------------------------------------------------------------------------------- /airootfs/etc/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-font-name=Droid Sans 10 3 | gtk-theme-name=Numix 4 | gtk-icon-theme-name=Numix-Circle -------------------------------------------------------------------------------- /airootfs/etc/lxdm/themes/mantos-theme/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/lxdm/themes/mantos-theme/panel.png -------------------------------------------------------------------------------- /airootfs/usr/share/wallpapers/1422653422844.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/usr/share/wallpapers/1422653422844.png -------------------------------------------------------------------------------- /airootfs/etc/lxdm/themes/mantos-theme/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/lxdm/themes/mantos-theme/background.png -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/obmenu-generator/icons.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/obmenu-generator/icons.db -------------------------------------------------------------------------------- /mkinitcpio.conf: -------------------------------------------------------------------------------- 1 | MODULES="nls_iso8859-1" 2 | HOOKS="base udev archiso archiso_loop_mnt modconf block filesystems keyboard" 3 | COMPRESSION="xz" 4 | 5 | -------------------------------------------------------------------------------- /airootfs/usr/share/lxdm/themes/mantos-theme/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/usr/share/lxdm/themes/mantos-theme/panel.png -------------------------------------------------------------------------------- /airootfs/usr/share/lxdm/themes/mantos-theme/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/usr/share/lxdm/themes/mantos-theme/background.png -------------------------------------------------------------------------------- /isolinux/isolinux.cfg: -------------------------------------------------------------------------------- 1 | DEFAULT loadconfig 2 | 3 | LABEL loadconfig 4 | CONFIG /%INSTALL_DIR%/boot/syslinux/syslinux.cfg 5 | APPEND /%INSTALL_DIR%/boot/syslinux/ 6 | -------------------------------------------------------------------------------- /airootfs/etc/pacman.d/gnupg/gpg.conf: -------------------------------------------------------------------------------- 1 | no-greeting 2 | no-permission-warning 3 | lock-never 4 | keyserver hkp://pool.sks-keyservers.net 5 | keyserver-options timeout=10 6 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/gallery/sg30.sdv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/libreoffice/4/user/gallery/sg30.sdv -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/config/autotbl.fmt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/libreoffice/4/user/config/autotbl.fmt -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/config/standard.sob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/libreoffice/4/user/config/standard.sob -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/database/biblio.odb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/libreoffice/4/user/database/biblio.odb -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/autotext/mytexts.bau: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/libreoffice/4/user/autotext/mytexts.bau -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/database/evolocal.odb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/libreoffice/4/user/database/evolocal.odb -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/store/.templdir.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/libreoffice/4/user/store/.templdir.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/D/D.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/D/D.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/R/R.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/R/R.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/modprobe.d/modprobe.conf: -------------------------------------------------------------------------------- 1 | alias floppy off 2 | blacklist fd0 3 | blacklist floppy 4 | blacklist ipv6 5 | blacklist bcma 6 | blacklist pcspkr 7 | blacklist snd_pcsp 8 | 9 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/C#.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/C#.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C++/C.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C++/C.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Startup.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Startup.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Go/Go.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Go/Go.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/database/biblio/biblio.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/libreoffice/4/user/database/biblio/biblio.dbf -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/database/biblio/biblio.dbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/libreoffice/4/user/database/biblio/biblio.dbt -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/ASP/ASP.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/ASP/ASP.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Build.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Build.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C++/C++.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C++/C++.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/CSS/CSS.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/CSS/CSS.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Lua/Lua.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Lua/Lua.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/PHP/PHP.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/PHP/PHP.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/SQL/SQL.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/SQL/SQL.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/TCL/Tcl.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/TCL/Tcl.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/XML/XML.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/XML/XML.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/XML/XSL.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/XML/XSL.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Diff/Diff.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Diff/Diff.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/HTML/HTML.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/HTML/HTML.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Java.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Java.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/TeX.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/TeX.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Lisp/Lisp.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Lisp/Lisp.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Perl/Perl.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Perl/Perl.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Ruby.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Ruby.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/YAML/YAML.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/YAML/YAML.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/dmenu/dmenu-bind.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | exe=$(dmenu_run -fn '-misc-fixed-*-*-*-*-13-100-*-*-*-*-*-*' -nb '#000000' -nf '#FFFFFF' -sb '#458ad3' -sf '#EEEEEE') && eval "exec $exe" 3 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/ASP/HTML-ASP.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/ASP/HTML-ASP.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/D/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/D/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Syntax Summary.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Syntax Summary.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Erlang.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Erlang.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Graphviz/DOT.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Graphviz/DOT.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Groovy/Groovy.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Groovy/Groovy.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Java/JavaDoc.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Java/JavaDoc.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/Bibtex.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/Bibtex.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/LaTeX.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/LaTeX.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Lua/Indent.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Lua/Indent.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Matlab/Matlab.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Matlab/Matlab.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/OCaml.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/OCaml.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/camlp4.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/camlp4.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Pascal/Pascal.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Pascal/Pascal.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Python/Python.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Python/Python.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/R/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/R/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/R/Methods.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/R/Methods.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/R/R Console.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/R/R Console.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Scala/Scala.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Scala/Scala.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/bundled/extensions.pmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/libreoffice/4/user/extensions/bundled/extensions.pmap -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/CSS/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/CSS/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Clojure/Clojure.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Clojure/Clojure.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Meta Info Summary.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Meta Info Summary.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Go/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Go/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Haskell/Haskell.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Haskell/Haskell.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/JSON.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/JSON.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/LaTeX Log.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/LaTeX Log.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/TeX Math.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/TeX Math.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Lua/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Lua/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/OCamllex.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/OCamllex.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/OCamlyacc.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/OCamlyacc.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/PHP/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/PHP/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/Ruby Haml.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/Ruby Haml.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/SQL/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/SQL/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/TCL/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/TCL/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/TCL/HTML (Tcl).tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/TCL/HTML (Tcl).tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Text/Plain text.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Text/Plain text.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Textile/Textile.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Textile/Textile.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/XML/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/XML/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Indentation.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Indentation.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/CSS/Symbol List.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/CSS/Symbol List.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Clojure/Comment.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Clojure/Comment.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/HTML/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/HTML/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/LaTeX Beamer.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/LaTeX Beamer.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/LaTeX Memoir.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/LaTeX/LaTeX Memoir.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Lisp/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Lisp/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Makefile/Makefile.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Makefile/Makefile.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Markdown/Markdown.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Markdown/Markdown.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Matlab/Indent.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Matlab/Indent.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Matlab/Symbols.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Matlab/Symbols.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/PHP/Symbol List.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/PHP/Symbol List.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/HTML (Rails).tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/HTML (Rails).tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/SQL (Rails).tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/SQL (Rails).tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Scala/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Scala/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Scala/Symbols.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Scala/Symbols.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/YAML/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/YAML/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/lxdm/themes/mantos-theme/README: -------------------------------------------------------------------------------- 1 | README 2 | 3 | These works are licensed Creative Commons. 4 | For full license details, refer to the COPYING file. 5 | For attribution, refer to the AUTHORS file. 6 | 7 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Symbol Index.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Symbol Index.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/CSS/Symbol Index.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/CSS/Symbol Index.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/HTML (Erlang).tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/HTML (Erlang).tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Haskell/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Haskell/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Java/JavaProperties.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Java/JavaProperties.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/Ruby on Rails.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/Ruby on Rails.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Symbol Index.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Symbol Index.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/SQL/Miscellaneous.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/SQL/Miscellaneous.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Theme - Default/Widgets.stTheme.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Theme - Default/Widgets.stTheme.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/XML/Miscellaneous.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/XML/Miscellaneous.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/etc-pacman.d-gnupg.mount: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Temporary /etc/pacman.d/gnupg directory 3 | 4 | [Mount] 5 | What=tmpfs 6 | Where=/etc/pacman.d/gnupg 7 | Type=tmpfs 8 | Options=mode=0755 9 | -------------------------------------------------------------------------------- /airootfs/etc/os-release: -------------------------------------------------------------------------------- 1 | NAME="MantOS (Alpha) Linux" 2 | ID=arch 3 | PRETTY_NAME="MantOS Linux" 4 | ANSI_COLOR="0;32" 5 | HOME_URL="http://www.lifars.com/" 6 | SUPPORT_URL="http://www.lifars.com/contacts/Contact-Us" 7 | 8 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/AppleScript/AppleScript.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/AppleScript/AppleScript.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Batch File/Batch File.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Batch File/Batch File.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Comments (C++).tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Comments (C++).tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Completion Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Completion Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/CSS/Completion Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/CSS/Completion Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Clojure/Symbol List.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Clojure/Symbol List.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/D/Indentation Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/D/Indentation Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Icon (Text).tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Icon (Text).tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Symbol List.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Symbol List.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Macro Symbols.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Macro Symbols.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Go/Indentation Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Go/Indentation Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/HTML/Miscellaneous.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/HTML/Miscellaneous.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Haskell/Symbol List.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Haskell/Symbol List.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/JavaScript.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/JavaScript.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Lua/Completion Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Lua/Completion Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Markdown/MultiMarkdown.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Markdown/MultiMarkdown.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Matlab/Miscellaneous.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Matlab/Miscellaneous.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Indent rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Indent rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Miscellaneous.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Miscellaneous.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Objective-C/Objective-C.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Objective-C/Objective-C.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/PHP/Completion Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/PHP/Completion Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Pascal/Miscellaneous.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Pascal/Miscellaneous.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Perl/Miscellaneous.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Perl/Miscellaneous.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Python/Miscellaneous.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Python/Miscellaneous.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Python/Symbol List.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Python/Symbol List.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/R/Rd (R Documentation).tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/R/Rd (R Documentation).tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/Template (ERB).tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/Template (ERB).tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Miscellaneous.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Miscellaneous.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/ShellScript/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/ShellScript/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/ActionScript/ActionScript.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/ActionScript/ActionScript.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Classes.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Classes.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Region.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Region.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Indentation Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Indentation Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/CSS/Symbol List Group.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/CSS/Symbol List Group.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Icon (Markup).tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Icon (Markup).tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Icon (Source).tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Icon (Source).tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Module Symbols.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Module Symbols.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Record Symbols.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Record Symbols.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/HTML/Symbol List - ID.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/HTML/Symbol List - ID.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Haskell/Literate Haskell.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Haskell/Literate Haskell.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Completion Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Completion Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Indentation Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Indentation Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Makefile/Miscellaneous.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Makefile/Miscellaneous.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Markdown/Indent%3A Raw.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Markdown/Indent%3A Raw.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Objective-C/Objective-C++.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Objective-C/Objective-C++.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/PHP/Indentation Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/PHP/Indentation Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/JavaScript (Rails).tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/JavaScript (Rails).tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/Template (Haml).tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/Template (Haml).tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Completion Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Completion Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/usr/share/lxdm/themes/mantos-theme/README: -------------------------------------------------------------------------------- 1 | README 2 | 3 | These works are licensed Creative Commons. 4 | For full license details, refer to the COPYING file. 5 | For attribution, refer to the AUTHORS file. 6 | 7 | -------------------------------------------------------------------------------- /airootfs/etc/pacman.d/gnupg/private-keys-v1.d/8E8C7CA0F4760A4C8B1C5A003493A3A38D4CAA62.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/pacman.d/gnupg/private-keys-v1.d/8E8C7CA0F4760A4C8B1C5A003493A3A38D4CAA62.key -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Namespace.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Namespace.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Color Scheme - Default/Monokai.tmTheme.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Color Scheme - Default/Monokai.tmTheme.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Indentation Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Indentation Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Function Symbols.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Function Symbols.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Indentation Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Indentation Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Symbol Overrides.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Erlang/Symbol Overrides.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Haskell/Indent Patterns.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Haskell/Indent Patterns.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Java Server Pages (JSP).tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Java Server Pages (JSP).tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Types.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Types.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Objective-C/Symbol Index.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Objective-C/Symbol Index.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Python/Completion Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Python/Completion Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/Ruby Haml Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Rails/Ruby Haml Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Regular Expressions/RegExp.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Regular Expressions/RegExp.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/RestructuredText/Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/RestructuredText/Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Symbo List%3A Method.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Symbo List%3A Method.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Symbol Index Methods.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Symbol Index Methods.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/ShellScript/Miscellaneous.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/ShellScript/Miscellaneous.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.bashrc: -------------------------------------------------------------------------------- 1 | # Add nano as default editor 2 | export EDITOR=nano 3 | export TERMINAL=terminator 4 | export BROWSER=firefox 5 | # Gtk themes 6 | export GTK2_RC_FILES="$HOME/.gtkrc-2.0" 7 | 8 | alias ls='ls --color=auto' 9 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Method.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Method.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Region.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Region.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Symbol Index Hide Ctors.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Symbol Index Hide Ctors.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Indexed Symbol List.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Indexed Symbol List.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Symbol List%3A Classes.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Symbol List%3A Classes.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Symbol List%3A Method.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Symbol List%3A Method.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Completion Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Completion Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Types.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Types.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Classes.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Classes.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Variants.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Variants.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/PHP/Indentation Rules Annex.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/PHP/Indentation Rules Annex.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/ShellScript/Shell-Unix-Generic.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/ShellScript/Shell-Unix-Generic.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Classes.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Classes.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Function.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Function.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Groovy/Symbol List%3A Classes.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Groovy/Symbol List%3A Classes.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Groovy/Symbol List%3A Methods.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Groovy/Symbol List%3A Methods.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Indentation Rules Annex.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Indentation Rules Annex.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/JavaScript Indent.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/JavaScript Indent.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Symbol List Banned.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Symbol List Banned.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Symbol List Class.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Symbol List Class.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Symbol List Sub 1.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Symbol List Sub 1.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Symbol List Sub 2.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Symbol List Sub 2.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Markdown/Symbol List - Heading.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Markdown/Symbol List - Heading.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Classes.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Classes.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Variants.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Variants.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Exceptions.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Exceptions.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/RestructuredText/reStructuredText.tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/RestructuredText/reStructuredText.tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/ShellScript/Completion Rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/ShellScript/Completion Rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/XML/Symbol List%3A Templates.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/XML/Symbol List%3A Templates.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/X11/xorg.conf.d/01-keyboard-layout.conf: -------------------------------------------------------------------------------- 1 | Section "InputClass" 2 | Identifier "keyboard-layout" 3 | Driver "evdev" 4 | MatchIsKeyboard "yes" 5 | Option "XkbLayout" "us, gb, ru, ca, fr" 6 | EndSection 7 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/D/Symbol List-Method-Constructor.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/D/Symbol List-Method-Constructor.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Groovy/Symbol List%3A Variables.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Groovy/Symbol List%3A Variables.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Symbol List Function.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Symbol List Function.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Symbol List Instance.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/JavaScript/Symbol List Instance.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Exceptions.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Exceptions.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Python/Regular Expressions (Python).tmLanguage.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Python/Regular Expressions (Python).tmLanguage.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/R/Symbol List (Rd Documentation).tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/R/Symbol List (Rd Documentation).tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Inner Classes.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Inner Classes.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Inner Method.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Inner Method.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Inner Region.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Inner Region.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Symbol List Hide Forward Decls.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Symbol List Hide Forward Decls.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Symbol List%3A Inner Classes.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Symbol List%3A Inner Classes.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Ocamllex rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Ocamllex rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Ocamllex rules.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Ocamllex rules.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Python/Symbol List Hide Decorator.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Python/Symbol List Hide Decorator.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Symbol List - Prefix Banner Items.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Symbol List - Prefix Banner Items.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Indentation Rules - Comments.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Default/Indentation Rules - Comments.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Groovy/Symbol List%3A Class Variables.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Groovy/Symbol List%3A Class Variables.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Symbol List%3A No Function Call.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Ruby/Symbol List%3A No Function Call.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/mimeapps.list: -------------------------------------------------------------------------------- 1 | [Added Associations] 2 | application/x-cd-image=pcmanfm.desktop; 3 | application/vnd.debian.binary-package=pcmanfm.desktop; 4 | application/x-trash=org.kde.kate.desktop; 5 | application/pdf=libreoffice-writer.desktop; 6 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Inner Inner Region.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C#/Symbol List Inner Inner Inner Region.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Symbol List - Indent Class Methods.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/C++/Symbol List - Indent Class Methods.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Symbol List%3A Inner Class Methods.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Symbol List%3A Inner Class Methods.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Symbol List%3A Inner Inner Classes.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Symbol List%3A Inner Inner Classes.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/lastmin.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Last minute MantOS settings 3 | 4 | [Service] 5 | Type=oneshot 6 | RemainAfterExit=yes 7 | ExecStart=/usr/bin/lastmin 8 | 9 | [Install] 10 | WantedBy=multi-user.target 11 | 12 | 13 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/shared/registry/com.sun.star.comp.deployment.help.PackageRegistryBackend/backenddb.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/tmp/registry/com.sun.star.comp.deployment.help.PackageRegistryBackend/backenddb.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/uno_packages/cache/registry/com.sun.star.comp.deployment.help.PackageRegistryBackend/backenddb.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Symbol List%3A Inner Inner Class Methods.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/Java/Symbol List%3A Inner Inner Class Methods.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Ocamlyacc token definition.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Ocamlyacc token definition.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Ocamlyacc token reference.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Ocamlyacc token reference.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Ocamlyacc token definition.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Ocamlyacc token definition.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Ocamlyacc token reference.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Ocamlyacc token reference.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Ocamllex pattern definition.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Ocamllex pattern definition.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Ocamllex pattern references.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Ocamllex pattern references.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/src/.bash_profile: -------------------------------------------------------------------------------- 1 | # System settings before starting X 2 | . $HOME/.bashrc 3 | 4 | # Do not add anything after next line 5 | #[[ $(fgconsole 2>/dev/null) == 1 ]] && exec startx -- vt1 6 | 7 | #[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx 8 | 9 | 10 | -------------------------------------------------------------------------------- /efiboot/loader/entries/archiso-x86_64-cd.conf: -------------------------------------------------------------------------------- 1 | title MantOS Linux archiso x86_64 UEFI CD 2 | linux /EFI/archiso/vmlinuz.efi 3 | initrd /EFI/archiso/intel_ucode.img 4 | initrd /EFI/archiso/archiso.img 5 | options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% 6 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Ocamllex pattern definition.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Ocamllex pattern definition.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Ocamllex pattern references.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Ocamllex pattern references.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Ocamlyacc non-terminal definition.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Ocamlyacc non-terminal definition.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Ocamlyacc non-terminal reference.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List_ Ocamlyacc non-terminal reference.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/tmp/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/backenddb.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Ocamlyacc non-terminal definition.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Ocamlyacc non-terminal definition.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Ocamlyacc non-terminal reference.tmPreferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lifars/MantOS/HEAD/airootfs/etc/skel/.config/sublime-text-3/Cache/OCaml/Symbol List%3A Ocamlyacc non-terminal reference.tmPreferences.cache -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/shared/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/backenddb.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/uno_packages/cache/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/backenddb.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/gtk-2.0/gtkfilechooser.ini: -------------------------------------------------------------------------------- 1 | [Filechooser Settings] 2 | LocationMode=path-bar 3 | ShowHidden=false 4 | ShowSizeColumn=true 5 | GeometryX=294 6 | GeometryY=107 7 | GeometryWidth=780 8 | GeometryHeight=624 9 | SortColumn=name 10 | SortOrder=ascending 11 | StartupMode=recent 12 | -------------------------------------------------------------------------------- /efiboot/loader/entries/archiso-x86_64-usb.conf: -------------------------------------------------------------------------------- 1 | title MantOS Linux archiso x86_64 UEFI USB 2 | linux /%INSTALL_DIR%/boot/x86_64/vmlinuz 3 | initrd /%INSTALL_DIR%/boot/intel_ucode.img 4 | initrd /%INSTALL_DIR%/boot/x86_64/archiso.img 5 | options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% 6 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/openbox/pipemenus/obkeypipe: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | binds_file="/home/eugene/.config/openbox/pipemenus/binds.txt" 3 | 4 | echo "" 5 | while IFS= read -r line 6 | do 7 | echo "" 8 | done <"$binds_file" 9 | echo "" 10 | 11 | 12 | -------------------------------------------------------------------------------- /airootfs/etc/aur_packages: -------------------------------------------------------------------------------- 1 | # Wireless 2 | #Replaces broadcom-wl, but only has 802.11 support (no abgn) 3 | broadcom-wl-dkms 4 | 5 | # Extra tools 6 | apacman 7 | gist-git 8 | oh-my-zsh-git 9 | sublime-text-dev 10 | teamviewer10 11 | ghostpdl 12 | 13 | # Icons 14 | numix-icon-theme-git 15 | numix-circle-icon-theme-git 16 | 17 | # Tools 18 | tcptrace -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/bundled/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend/unorc: -------------------------------------------------------------------------------- 1 | ORIGIN=$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.component.PackageRegistryBackend 2 | UNO_SERVICES=?$BUNDLED_EXTENSIONS/wiki-publisher/components.rdb ?$BUNDLED_EXTENSIONS/nlpsolver/components.rdb 3 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/openbox/menu.xml.bak: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/basic/Standard/dialog.xlb: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/bundled/registry/com.sun.star.comp.deployment.script.PackageRegistryBackend/backenddb.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.bash_profile: -------------------------------------------------------------------------------- 1 | # System settings before starting X 2 | . $HOME/.bashrc 3 | 4 | PATH=$PATH:$HOME/bin 5 | 6 | # set up alsa 7 | /usr/bin/amixer sset Master Mono 90% unmute &> /dev/null 8 | /usr/bin/amixer sset Master 90% unmute &> /dev/null 9 | /usr/bin/amixer sset PCM 90% unmute &> /dev/null 10 | 11 | 12 | #[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx 13 | 14 | 15 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/basic/Standard/script.xlb: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.local/share/medit-1/prefs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FALSE 5 | 4 6 | TRUE 7 | 4 8 | 9 | 10 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/basic/dialog.xlc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/basic/script.xlc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.gtkrc-2.0: -------------------------------------------------------------------------------- 1 | gtk-theme-name="Numix" 2 | gtk-icon-theme-name="Numix-Circle" 3 | gtk-font-name="Droid Sans 10" 4 | gtk-cursor-theme-size=0 5 | gtk-toolbar-style=GTK_TOOLBAR_BOTH 6 | gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR 7 | gtk-button-images=1 8 | gtk-menu-images=1 9 | gtk-enable-event-sounds=1 10 | gtk-enable-input-feedback-sounds=1 11 | gtk-xft-antialias=1 12 | gtk-xft-hinting=1 13 | gtk-xft-hintstyle="hintfull" 14 | include "/home/live/.gtkrc-2.0.mine" 15 | 16 | -------------------------------------------------------------------------------- /airootfs/etc/systemd/system/pacman-init.service: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=Initializes Pacman keyring 3 | Wants=haveged.service 4 | After=haveged.service 5 | Requires=etc-pacman.d-gnupg.mount 6 | After=etc-pacman.d-gnupg.mount 7 | 8 | [Service] 9 | Type=oneshot 10 | RemainAfterExit=yes 11 | ExecStart=/usr/bin/pacman-key --init 12 | ExecStart=/usr/bin/pacman-key --populate archlinux 13 | ExecStart=/usr/bin/pacman-key --populate blackarch 14 | 15 | [Install] 16 | WantedBy=multi-user.target 17 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.xinitrc: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | export DE=openbox 4 | 5 | # Dbus fix 6 | if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then 7 | eval "$(dbus-launch --sh-syntax --exit-with-session)" 8 | fi 9 | 10 | /usr/bin/xdg-user-dirs-update 11 | 12 | # configure obmenu user 13 | sed -i 's/live/'$(whoami)'/' ~/.config/obmenu-generator/schema.pl \ 14 | ~/.config/obmenu-generator/config.pl 15 | 16 | 17 | /usr/bin/openbox-session > ~/.openbox_startup.log 2>&1 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /airootfs/usr/bin/arch-keys: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # todo add sudo test! 3 | 4 | 5 | 6 | if [[ ${EUID} -ne 0 ]]; then 7 | echo "This script must be run as root." 8 | echo "sudo ./arch-keys" 9 | exit 10 | fi 11 | 12 | 13 | echo "This script will set up pacman keys. Read more at https://wiki.archlinux.org/index.php/Pacman-key" 14 | echo "Starting haveged... this collects the entropy needed to generate the keys" 15 | systemctl start haveged 16 | echo "Set up pacman keys" 17 | pacman-key --init 18 | pacman-key --populate 19 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/terminator/config: -------------------------------------------------------------------------------- 1 | [global_config] 2 | [keybindings] 3 | [profiles] 4 | [[default]] 5 | use_system_font = False 6 | background_darkness = 0.66 7 | background_type = transparent 8 | background_image = None 9 | font = Source Code Pro Ultra-Light 12 10 | scrollback_infinite = True 11 | [layouts] 12 | [[default]] 13 | [[[child1]]] 14 | type = Terminal 15 | parent = window0 16 | [[[window0]]] 17 | type = Window 18 | parent = "" 19 | [plugins] 20 | -------------------------------------------------------------------------------- /airootfs/etc/X11/xorg.conf.d/10-synaptics.conf: -------------------------------------------------------------------------------- 1 | Section "InputClass" 2 | Identifier "Synaptics touchpads" 3 | MatchIsTouchpad "on" 4 | Driver "synaptics" 5 | Option "TapButton1" "1" 6 | Option "TapButton2" "2" 7 | Option "TapButton3" "3" 8 | Option "VertEdgeScroll" "on" 9 | Option "VertTwoFingerScroll" "on" 10 | Option "HorizEdgeScroll" "on" 11 | Option "HorizTwoFingerScroll" "on" 12 | Option "CircularScrolling" "on" 13 | Option "CircScrollTrigger" "2" 14 | Option "EmulateTwoFingerMinZ" "40" 15 | Option "EmulateTwoFingerMinW" "8" 16 | EndSection 17 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/openbox/pipemenus/fehpipe: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # ArchBang wallpaper changer using feh 3 | # by Mr Green 4 | 5 | function feh_pipe() 6 | { 7 | for f in ${1}/* 8 | do 9 | echo " 10 | 11 | feh --bg-scale \"$f\" 12 | 13 | " 14 | done 15 | } 16 | 17 | echo "" 18 | # Simply change path to suit 19 | #feh_pipe ${HOME}/Backgrounds # add what folders you have backgrounds in 20 | feh_pipe /usr/share/wallpapers 21 | echo "" 22 | 23 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/volumeicon/volumeicon: -------------------------------------------------------------------------------- 1 | [Alsa] 2 | card=default 3 | 4 | [Notification] 5 | show_notification=false 6 | notification_type=0 7 | 8 | [StatusIcon] 9 | stepsize=5 10 | onclick=lxterminal -e 'alsamixer' 11 | theme=Default 12 | use_panel_specific_icons=false 13 | lmb_slider=false 14 | mmb_mute=false 15 | use_horizontal_slider=false 16 | show_sound_level=false 17 | use_transparent_background=false 18 | 19 | [Hotkeys] 20 | up_enabled=false 21 | down_enabled=false 22 | mute_enabled=false 23 | up=XF86AudioRaiseVolume 24 | down=XF86AudioLowerVolume 25 | mute=XF86AudioMute 26 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/gallery/sg30.thm: -------------------------------------------------------------------------------- 1 | #private://gallery/hidden/usersoundsGALRESRV -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/bundled/registry/com.sun.star.comp.deployment.help.PackageRegistryBackend/backenddb.xml: -------------------------------------------------------------------------------- 1 | 2 | vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/helpvnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/help 3 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/pcmanfm/default/pcmanfm.conf: -------------------------------------------------------------------------------- 1 | [config] 2 | bm_open_method=0 3 | 4 | [volume] 5 | mount_on_startup=1 6 | mount_removable=1 7 | autorun=1 8 | 9 | [ui] 10 | always_show_tabs=0 11 | max_tab_chars=32 12 | win_width=692 13 | win_height=717 14 | splitter_pos=150 15 | media_in_new_tab=0 16 | desktop_folder_new_win=0 17 | change_tab_on_drop=1 18 | close_on_unmount=1 19 | focus_previous=0 20 | side_pane_mode=dirtree 21 | view_mode=icon 22 | show_hidden=1 23 | sort=name;ascending; 24 | columns=name:200;desc;size:64;mtime; 25 | toolbar=newtab;navigation;home; 26 | show_statusbar=1 27 | pathbar_mode_buttons=0 28 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/openbox/autostart: -------------------------------------------------------------------------------- 1 | 2 | # panel 3 | (sleep 1s && tint2) & 4 | 5 | # Set wallpaper 6 | (sleep 1s && feh --bg-tile /usr/share/wallpapers/1422653422844.png) & 7 | 8 | # Enable as required 9 | #xbacklight -set 100 & 10 | #/usr/bin/synclient TouchpadOff=1 & 11 | # or 12 | #xinput disable "SynPS/2 Synaptics TouchPad" & 13 | #xxkb & 14 | setxkbmap us & 15 | 16 | (sleep 2 && pcmanfm -d) & 17 | (sleep 3 && nm-applet) & 18 | (sleep 3 && volumeicon) & 19 | 20 | xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Noise Cancellation" 20 20 & 21 | xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Finger" 50 50 70 & 22 | 23 | -------------------------------------------------------------------------------- /airootfs/etc/lxdm/themes/mantos-theme/gtkrc: -------------------------------------------------------------------------------- 1 | style "back" 2 | { 3 | engine "pixmap" 4 | { 5 | image 6 | { 7 | function = FLAT_BOX 8 | shadow=NONE 9 | state = NORMAL 10 | file="background.png" 11 | stretch=TRUE 12 | detail = "base" 13 | } 14 | } 15 | } 16 | 17 | style "time" 18 | { 19 | fg[NORMAL]="#ffffff" 20 | font_name="Sans 12" 21 | } 22 | 23 | style "prompt" 24 | { 25 | fg[NORMAL]="#ffffff" 26 | font_name="Sans Bold 14" 27 | } 28 | 29 | widget "lxdm" style "back" 30 | widget "lxdm.*.time" style "time" 31 | widget_class "GtkWindow.GtkVBox.GtkAlignment.GtkVBox.GtkAlignment.GtkHBox." style "prompt" 32 | 33 | -------------------------------------------------------------------------------- /airootfs/usr/share/lxdm/themes/mantos-theme/gtkrc: -------------------------------------------------------------------------------- 1 | style "back" 2 | { 3 | engine "pixmap" 4 | { 5 | image 6 | { 7 | function = FLAT_BOX 8 | shadow=NONE 9 | state = NORMAL 10 | file="background.png" 11 | stretch=TRUE 12 | detail = "base" 13 | } 14 | } 15 | } 16 | 17 | style "time" 18 | { 19 | fg[NORMAL]="#ffffff" 20 | font_name="Sans 12" 21 | } 22 | 23 | style "prompt" 24 | { 25 | fg[NORMAL]="#ffffff" 26 | font_name="Sans Bold 14" 27 | } 28 | 29 | widget "lxdm" style "back" 30 | widget "lxdm.*.time" style "time" 31 | widget_class "GtkWindow.GtkVBox.GtkAlignment.GtkVBox.GtkAlignment.GtkHBox." style "prompt" 32 | 33 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/openbox/pipemenus/obrecent.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo "" 3 | files=$( 4 | cat ~/.local/share/recently-used.xbel | grep file:/// | tail -n15 | cut -d "\"" -f 2 | tac | while read line; 5 | do 6 | file=$(echo "$line") 7 | name=$(echo -en "$file" | sed 's,.*/,,' | sed 's/%20/ /g') 8 | echo " 9 | xdg-open $line 10 | " 11 | done); 12 | echo "$files" 13 | echo "" 14 | echo " 15 | rm ~/.local/share/recently-used.xbel 16 | " 17 | echo "" 18 | -------------------------------------------------------------------------------- /airootfs/usr/bin/lastmin: -------------------------------------------------------------------------------- 1 | #!/usr/bin/bash 2 | 3 | # Stop pacman complaining 4 | /usr/bin/mkdir -p /var/lib/pacman/sync 5 | /usr/bin/touch /var/lib/pacman/sync/{core,extra,community,blackarch,multilib}.db 6 | 7 | # Video driver section 8 | if [ -n "$(grep -o 'xorg=' /proc/cmdline)" ]; then 9 | xdriver="$(sed 's/.*xorg=\([^ ]*\).*/\1/' /proc/cmdline)" 10 | cp /src/20-gpudriver.conf /etc/X11/xorg.conf.d/ 11 | sed -i "s/vesa/${xdriver}/" /etc/X11/xorg.conf.d/20-gpudriver.conf 12 | fi 13 | 14 | # ssh 15 | if [ -n "$(grep -o 'sshd=on' /proc/cmdline)" ]; then 16 | sed -i 's|\#PermitEmptyPasswords no|PermitEmptyPasswords yes|g' /etc/ssh/sshd_config 17 | systemctl start sshd 18 | fi 19 | 20 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/user-dirs.dirs: -------------------------------------------------------------------------------- 1 | # This file is written by xdg-user-dirs-update 2 | # If you want to change or add directories, just edit the line you're 3 | # interested in. All local changes will be retained on the next run 4 | # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped 5 | # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an 6 | # absolute path. No other format is supported. 7 | # 8 | XDG_DESKTOP_DIR="$HOME/Desktop" 9 | XDG_DOWNLOAD_DIR="$HOME/Downloads" 10 | XDG_TEMPLATES_DIR="$HOME/Templates" 11 | XDG_PUBLICSHARE_DIR="$HOME/Public" 12 | XDG_DOCUMENTS_DIR="$HOME/Documents" 13 | XDG_MUSIC_DIR="$HOME/Music" 14 | XDG_PICTURES_DIR="$HOME/Pictures" 15 | XDG_VIDEOS_DIR="$HOME/Videos" 16 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/bundled/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/configmgr.ini: -------------------------------------------------------------------------------- 1 | SCHEMA=$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcs 2 | DATA=$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu813w4huzb.tmp/Paths.xcu $BUNDLED_EXTENSIONS/wiki-publisher/Types.xcu $BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu813w4huz9.tmp/Filter.xcu $BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu813w4huz8.tmp/OptionsDialog.xcu $BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcu $BUNDLED_EXTENSIONS/wiki-publisher/ProtocolHandler.xcu $BUNDLED_EXTENSIONS/wiki-publisher/Addons.xcu 3 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/openbox/pipemenus/binds.txt: -------------------------------------------------------------------------------- 1 | ALT+F3 Dmenu 2 | ALT+F4 Close 3 | ALT+ESC Focus to Bottom 4 | ALT+SPACE Application Menu 5 | ALT+TAB Next Window 6 | SUPER+SPACE Main Menu 7 | SUPER+D Desktop 8 | SUPER+E Editor 9 | SUPER+F File Manager 10 | SUPER+G Character Map 11 | SUPER+L Lock Screen 12 | SUPER+M MantOS Documentation 13 | SUPER+Q Force Quit 14 | SUPER+R Read the DOC 15 | SUPER+T Terminal 16 | SUPER+W Web Browser 17 | 18 | SUPER+A Toggle Maximize 19 | SUPER+H Toggle Horizontal 20 | SUPER+V Toggle Vertical 21 | SUPER+C Move to Center 22 | SUPER+ARROW Move 23 | ALT+SUPER+ARROW Resize 24 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libfm/libfm.conf: -------------------------------------------------------------------------------- 1 | # Configuration file for the libfm version 1.2.3. 2 | # Autogenerated file, don't edit, your changes will be overwritten. 3 | 4 | [config] 5 | single_click=0 6 | use_trash=1 7 | confirm_del=1 8 | confirm_trash=1 9 | advanced_mode=0 10 | si_unit=0 11 | force_startup_notify=1 12 | backup_as_hidden=1 13 | no_usb_trash=1 14 | no_child_non_expandable=0 15 | show_full_names=0 16 | only_user_templates=0 17 | template_run_app=0 18 | template_type_once=0 19 | auto_selection_delay=600 20 | drop_default_action=auto 21 | defer_content_test=0 22 | quick_exec=0 23 | show_internal_volumes=0 24 | thumbnail_local=1 25 | thumbnail_max=2048 26 | smart_desktop_autodrop=1 27 | 28 | [ui] 29 | big_icon_size=48 30 | small_icon_size=24 31 | pane_icon_size=24 32 | thumbnail_size=128 33 | show_thumbnail=1 34 | shadow_hidden=0 35 | saved_search=405/sdb/ 36 | 37 | [places] 38 | places_home=1 39 | places_desktop=1 40 | places_root=0 41 | places_computer=0 42 | places_trash=1 43 | places_applications=1 44 | places_network=0 45 | places_unmounted=1 46 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/uno_packages/cache/log.txt: -------------------------------------------------------------------------------- 1 | ###### Progress log entry 2015-06-23 21:56:58 ###### 2 | Reinstalling all deployed packages... 3 | ###### Progress log entry 2015-06-23 21:57:02 ###### 4 | ###### Progress log entry 2015-07-17 16:55:42 ###### 5 | Reinstalling all deployed packages... 6 | ###### Progress log entry 2015-07-17 16:55:44 ###### 7 | ###### Progress log entry 2015-07-24 14:30:28 ###### 8 | ###### Progress log entry 2015-07-24 14:52:53 ###### 9 | ###### Progress log entry 2015-07-24 15:01:30 ###### 10 | ###### Progress log entry 2015-07-24 15:02:18 ###### 11 | ###### Progress log entry 2015-07-24 15:20:49 ###### 12 | ###### Progress log entry 2015-07-31 10:54:09 ###### 13 | ###### Progress log entry 2015-08-07 11:31:22 ###### 14 | ###### Progress log entry 2015-08-07 15:40:27 ###### 15 | ###### Progress log entry 2015-08-14 17:01:43 ###### 16 | ###### Progress log entry 2015-08-28 16:59:54 ###### 17 | Reinstalling all deployed packages... 18 | ###### Progress log entry 2015-08-28 16:59:57 ###### 19 | ###### Progress log entry 2015-09-02 00:58:22 ###### 20 | ###### Progress log entry 2015-09-15 14:11:15 ###### 21 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/basic/Standard/Module1.xba: -------------------------------------------------------------------------------- 1 | 2 | 3 | 20 | REM ***** BASIC ***** 21 | 22 | Sub Main 23 | 24 | End Sub -------------------------------------------------------------------------------- /airootfs/etc/pacman.d/gnupg/openpgp-revocs.d/76FE580D614F683917FF71824BB342386A893880.rev: -------------------------------------------------------------------------------- 1 | This is a revocation certificate for the OpenPGP key: 2 | 3 | pub rsa2048/6A893880 2015-10-07 4 | Key fingerprint = 76FE 580D 614F 6839 17FF 7182 4BB3 4238 6A89 3880 5 | uid Pacman Keyring Master Key 6 | 7 | Use it to revoke this key in case of a compromise or loss of 8 | the secret key. However, if the secret key is still accessible, 9 | it is better to generate a new revocation certificate and give 10 | a reason for the revocation. 11 | 12 | To avoid an accidental use of this file, a colon has been inserted 13 | before the 5 dashes below. Remove this colon with a text editor 14 | before making use of this revocation certificate. 15 | 16 | :-----BEGIN PGP PUBLIC KEY BLOCK----- 17 | Version: GnuPG v2 18 | Comment: This is a revocation certificate 19 | 20 | iQEfBCABCAAJBQJWFVvtAh0AAAoJEEuzQjhqiTiAipsH/RKqVj2sIcVnTGMcsVbV 21 | SUkgsT0gNC7/3gl2uqJzja+d6s4ThNiN3Mj5Y2Tz0lB5zAbLyNl5g70jen4ws1tD 22 | eoBjOnwTLmsqnLwyRJ0XDSxJT9O7MU3RCcWdmgYkiFTG5WQcxB4VeUNOSP0plKA3 23 | 9wyfVVEYahIM4emjItkBUjy2ryyKT2fXVuNWSGEloRTgfC7mW0U5P0737Lto3kWi 24 | pnhXBGc8NOQK/cBSLvZgzBbdj71DZexUZ1f54w73n0nOrVZSgUolhux8c2PCSh9I 25 | ow/uL45WGCol8cJgPfc9uHdrLK3PUNie5iaAjAP1LaKRqIjPU1RuGPfuVf9NK018 26 | 0qA= 27 | =yjfK 28 | -----END PGP PUBLIC KEY BLOCK----- 29 | -------------------------------------------------------------------------------- /airootfs/etc/lxdm/lxdm.conf: -------------------------------------------------------------------------------- 1 | [base] 2 | ## uncomment and set autologin username to enable autologin 3 | autologin=live 4 | 5 | ## uncomment and set timeout to enable timeout autologin, 6 | ## the value should >=5 7 | # timeout=10 8 | 9 | ## default session or desktop used when no systemwide config 10 | session=/usr/bin/openbox-session 11 | 12 | ## uncomment and set to set numlock on your keyboard 13 | # numlock=0 14 | 15 | ## set this if you don't want to put xauth file at ~/.Xauthority 16 | # xauth_path=/tmp 17 | 18 | # not ask password for users who have empty password 19 | skip_password=1 20 | 21 | ## greeter used to welcome the user 22 | greeter=/usr/lib/lxdm/lxdm-greeter-gtk 23 | 24 | [server] 25 | ## arg used to start xserver, not fully function 26 | arg=/usr/bin/X -background vt1 27 | # uncomment this if you really want xserver listen to tcp 28 | # tcp_listen=1 29 | # uncoment this if you want reset the xserver after logou 30 | # reset=1 31 | 32 | [display] 33 | ## gtk theme used by greeter 34 | gtk_theme=Clearlooks 35 | 36 | ## background of the greeter 37 | bg=/usr/share/lxdm/themes/mantos-theme/background.png 38 | 39 | ## if show bottom pane 40 | bottom_pane=1 41 | 42 | ## if show language select control 43 | lang=0 44 | 45 | ## if show keyboard layout select control 46 | keyboard=0 47 | 48 | ## the theme of greeter 49 | theme=mantos-theme 50 | 51 | [input] 52 | 53 | [userlist] 54 | ## if disable the user list control at greeter 55 | disable=0 56 | 57 | ## whitelist user 58 | white= 59 | 60 | ## blacklist user 61 | black= 62 | 63 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/bundled/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu813w4huzb.tmp/Paths.xcu: -------------------------------------------------------------------------------- 1 | 2 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/config/styles.sod: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/config/javasettings_Linux_X86_64.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | Oracle Corporation 10 | file:///usr/lib/jvm/java-7-openjdk/jre 11 | 1.7.0_79 12 | 0 13 | 1 14 | 660069006C0065003A002F002F002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0037002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034002F007300650072007600650072002F006C00690062006A0076006D002E0073006F000A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0037002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034002F0063006C00690065006E0074003A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0037002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034002F007300650072007600650072003A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0037002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034002F006E00610074006900760065005F0074006800720065006100640073003A002F007500730072002F006C00690062002F006A0076006D002F006A006100760061002D0037002D006F00700065006E006A0064006B002F006A00720065002F006C00690062002F0061006D006400360034000A00 15 | 16 | 17 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/bundled/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu813w4huz8.tmp/OptionsDialog.xcu: -------------------------------------------------------------------------------- 1 | 2 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | com.sun.wiki-publisher 26 | 27 | 28 | MediaWiki 29 | 30 | 31 | vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiEditor/Settings.xdl 32 | 33 | 34 | com.sun.star.wiki.WikiOptionsEventHandlerImpl 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/config/standard.soh: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /syslinux/syslinux.cfg: -------------------------------------------------------------------------------- 1 | SERIAL 0 38400 2 | DEFAULT vesamenu.c32 3 | PROMPT 0 4 | MENU TITLE MantOS Linux 5 | MENU BACKGROUND splash.png 6 | TIMEOUT 150 7 | 8 | MENU WIDTH 78 9 | MENU MARGIN 4 10 | MENU ROWS 6 11 | MENU VSHIFT 10 12 | MENU TIMEOUTROW 13 13 | MENU TABMSGROW 11 14 | MENU CMDLINEROW 11 15 | MENU HELPMSGROW 16 16 | MENU HELPMSGENDROW 29 17 | 18 | # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu 19 | 20 | MENU COLOR border 30;44 #40ffffff #a0000000 std 21 | MENU COLOR title 1;36;44 #9033ccff #a0000000 std 22 | MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all 23 | MENU COLOR unsel 37;44 #50ffffff #a0000000 std 24 | MENU COLOR help 37;40 #c0ffffff #a0000000 std 25 | MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std 26 | MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std 27 | MENU COLOR msg07 37;40 #90ffffff #a0000000 std 28 | MENU COLOR tabmsg 31;40 #30ffffff #00000000 std 29 | 30 | LABEL mantos 31 | TEXT HELP 32 | MantOS Linux - Openbox window manager 33 | ENDTEXT 34 | MENU LABEL MantOS Linux [Openbox] 35 | LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz 36 | INITRD /%INSTALL_DIR%/boot/intel_ucode.img,/%INSTALL_DIR%/boot/%ARCH%/archiso.img 37 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% 38 | 39 | LABEL mantos copy to ram 40 | TEXT HELP 41 | MantOS run from Ram (minimum 2Gb) 42 | ENDTEXT 43 | MENU LABEL Run MantOS from Ram [Openbox] 44 | LINUX /%INSTALL_DIR%/boot/%ARCH%/vmlinuz 45 | INITRD /%INSTALL_DIR%/boot/intel_ucode.img,/%INSTALL_DIR%/boot/%ARCH%/archiso.img 46 | APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram=y 47 | 48 | LABEL existing 49 | TEXT HELP 50 | Boot an existing operating system. 51 | Press TAB to edit the disk and partition number to boot. 52 | ENDTEXT 53 | MENU LABEL Boot existing OS 54 | COM32 boot/syslinux/chain.c32 55 | APPEND hd0 0 56 | 57 | # http://www.memtest.org/ 58 | LABEL memtest 59 | MENU LABEL Run Memtest86+ (RAM test) 60 | LINUX /%INSTALL_DIR%/boot/memtest 61 | 62 | # http://hdt-project.org/ 63 | LABEL hdt 64 | MENU LABEL Hardware Information (HDT) 65 | COM32 hdt.c32 66 | APPEND modules_alias=hdt/modalias.gz pciids=hdt/pciids.gz 67 | 68 | LABEL reboot 69 | MENU LABEL Reboot 70 | COM32 reboot.c32 71 | 72 | LABEL poweroff 73 | MENU LABEL Power Off 74 | COM32 poweroff.c32 75 | 76 | ONTIMEOUT mantos 77 | -------------------------------------------------------------------------------- /airootfs/root/customize_airootfs: -------------------------------------------------------------------------------- 1 | 2 | #!/bin/bash 3 | # Configure live iso 4 | set -e -u -x 5 | shopt -s extglob 6 | 7 | # Set locales 8 | sed -i 's/#\(en_US\.UTF-8\)/\1/' /etc/locale.gen 9 | locale-gen 10 | 11 | # Sudo to allow no password 12 | sed -i 's/# %wheel ALL=(ALL) NOPASSWD: ALL/%wheel ALL=(ALL) NOPASSWD: ALL/g' /etc/sudoers 13 | chown -c root:root /etc/sudoers 14 | chmod -c 0440 /etc/sudoers 15 | 16 | # Hostname 17 | echo "mantos" > /etc/hostname 18 | 19 | # Hosts file to mantos (test version) 20 | sed -i "0,/127.0.0.1/s/localhost/mantos/2" /etc/hosts 21 | 22 | # Vconsole 23 | echo "KEYMAP=us" > /etc/vconsole.conf 24 | echo "FONT=" >> /etc/vconsole.conf 25 | 26 | # Locale 27 | echo "LANG=en_US.UTF-8" > /etc/locale.conf 28 | echo "LC_COLLATE=C" >> /etc/locale.conf 29 | 30 | # Set clock to UTC 31 | hwclock --systohc --utc 32 | 33 | # Timezone 34 | ln -sf /usr/share/zoneinfo/UTC /etc/localtime 35 | 36 | # Logs files live 37 | sed -i 's/#\(Storage=\)auto/\1volatile/' /etc/systemd/journald.conf 38 | 39 | # Add live user 40 | useradd -m -p "" -g users -G "wheel" -s /bin/bash live 41 | chown live /home/live 42 | 43 | # Remove gparted from openbox menu 44 | rm /usr/share/applications/gparted.desktop 45 | 46 | # Remove gtk-docs 47 | rm -rf /usr/share/{doc,gtk-doc,info,gtk-2.0,gtk-3.0} 48 | 49 | # Clean locales 50 | cd /usr/share/locale 51 | rm -rf !(en_US|en_GB|en\@quot|locale.alias) 52 | 53 | # Remove gnome icons 54 | #rm -rf /usr/share/icons/gnome 55 | 56 | # Get Packer 57 | su -c 'git clone https://github.com/oshazard/apacman.git' root 58 | su -c 'mv ./apacman/apacman /bin/' root 59 | su -c 'chmod 777 /bin/apacman' root 60 | su -c 'rm -rf apacman' root 61 | 62 | PCONF="/etc/pacman.conf" 63 | echo -e "\n[blackarch]" >> ${PCONF} 64 | echo "SigLevel = Required DatabaseOptional TrustedOnly" >> ${PCONF} 65 | echo "Server = http://mirror.team-cymru.org/blackarch/\$repo/os/\$arch" >> ${PCONF} 66 | 67 | #if [ $(uname -m) == "x86_64" ]; then 68 | # sed -i -e'/^#\[multilib\]/{s/#//;N;s/#//;N;s/#//}' ${PCONF} 69 | #fi 70 | 71 | su -c "pacman-key --init" 72 | su -c "pacman-key --populate" 73 | sed -i '/#/d;/^[ ]*$/d' /etc/aur_packages 74 | sed -i ':a;N;$!ba;s/\n/ /g' /etc/aur_packages 75 | apacman -S $(cat /etc/aur_packages) --noconfirm 76 | 77 | # Start required systemd services 78 | systemctl enable pacman-init.service lastmin.service NetworkManager.service lxdm.service ntpd.service 79 | #systemctl set-default multi-user.target -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/config/standard.sod: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/config/tango.soc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/config/libreoffice.soc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/bundled/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/backenddb.xml: -------------------------------------------------------------------------------- 1 | 2 | $BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcs$BUNDLED_EXTENSIONS/wiki-publisher/Addons.xcu$BUNDLED_EXTENSIONS/wiki-publisher/ProtocolHandler.xcu$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcuvnd.sun.star.expand:$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu813w4huz8.tmp$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu813w4huz8.tmp/OptionsDialog.xcuvnd.sun.star.expand:$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu813w4huz9.tmp$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu813w4huz9.tmp/Filter.xcu$BUNDLED_EXTENSIONS/wiki-publisher/Types.xcuvnd.sun.star.expand:$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu813w4huzb.tmp$BUNDLED_EXTENSIONS_USER/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu813w4huzb.tmp/Paths.xcu 3 | -------------------------------------------------------------------------------- /airootfs/etc/pacman.d/mirrorlist: -------------------------------------------------------------------------------- 1 | ## 2 | ## Arch Linux repository mirrorlist 3 | ## Generated on 2015-10-07 4 | ## 5 | 6 | ## United States 7 | Server = http://arch.mirrors.pair.com/$repo/os/$arch 8 | Server = http://mirrors.abscission.net/archlinux/$repo/os/$arch 9 | Server = http://mirrors.acm.wpi.edu/archlinux/$repo/os/$arch 10 | Server = http://mirrors.advancedhosters.com/archlinux/$repo/os/$arch 11 | Server = http://mirrors.aggregate.org/archlinux/$repo/os/$arch 12 | Server = http://archlinux.surlyjake.com/archlinux/$repo/os/$arch 13 | Server = http://mirror.atlantic.net/archlinux/$repo/os/$arch 14 | Server = http://mirrors.cat.pdx.edu/archlinux/$repo/os/$arch 15 | Server = http://mirror.cc.columbia.edu/pub/linux/archlinux/$repo/os/$arch 16 | Server = http://cosmos.cites.illinois.edu/pub/archlinux/$repo/os/$arch 17 | Server = http://mirror.cs.pitt.edu/archlinux/$repo/os/$arch 18 | Server = http://mirror.es.its.nyu.edu/archlinux/$repo/os/$arch 19 | Server = http://mirror1.gaw.solutions/arch/$repo/os/$arch 20 | Server = http://mirror2.gaw.solutions/arch/$repo/os/$arch 21 | Server = http://mirror3.gaw.solutions/arch/$repo/os/$arch 22 | Server = http://mirrors.gigenet.com/archlinux/$repo/os/$arch 23 | Server = http://mirror.grig.io/archlinux/$repo/os/$arch 24 | Server = http://www.gtlib.gatech.edu/pub/archlinux/$repo/os/$arch 25 | Server = http://mirror.ancl.hawaii.edu/linux/archlinux/$repo/os/$arch 26 | Server = http://mirror.htnshost.com/archlinux/$repo/os/$arch 27 | Server = http://arch.mirrors.ionfish.org/$repo/os/$arch 28 | Server = http://mirror.jmu.edu/pub/archlinux/$repo/os/$arch 29 | Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch 30 | Server = http://kwk.pw/arch/$repo/os/$arch 31 | Server = http://mirror.us.leaseweb.net/archlinux/$repo/os/$arch 32 | Server = http://mirrors.liquidweb.com/archlinux/$repo/os/$arch 33 | Server = http://arch.localmsp.org/arch/$repo/os/$arch 34 | Server = http://lug.mtu.edu/archlinux/$repo/os/$arch 35 | Server = http://mirror.metrocast.net/archlinux/$repo/os/$arch 36 | Server = http://mirror.nexcess.net/archlinux/$repo/os/$arch 37 | Server = http://mirrors.ocf.berkeley.edu/archlinux/$repo/os/$arch 38 | Server = http://ftp.osuosl.org/pub/archlinux/$repo/os/$arch 39 | Server = http://archlinux.pallissard.net/archlinux/$repo/os/$arch 40 | Server = http://mirror.rit.edu/archlinux/$repo/os/$arch 41 | Server = http://mirrors.rutgers.edu/archlinux/$repo/os/$arch 42 | Server = http://mirror.umd.edu/archlinux/$repo/os/$arch 43 | Server = http://mirror.vtti.vt.edu/archlinux/$repo/os/$arch 44 | Server = http://mirrors.xmission.com/archlinux/$repo/os/$arch 45 | Server = http://mirror.yellowfiber.net/archlinux/$repo/os/$arch -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/bundled/registry/com.sun.star.comp.deployment.bundle.PackageRegistryBackend/backenddb.xml: -------------------------------------------------------------------------------- 1 | 2 | vnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/helpapplication/vnd.sun.star.helpvnd.sun.star.expand:$BUNDLED_EXTENSIONS/nlpsolver/components.rdbapplication/vnd.sun.star.uno-componentsvnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/helpapplication/vnd.sun.star.helpvnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcsapplication/vnd.sun.star.configuration-schemavnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiEditor/application/vnd.sun.star.basic-libraryvnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/components.rdbapplication/vnd.sun.star.uno-componentsvnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Addons.xcuapplication/vnd.sun.star.configuration-datavnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/ProtocolHandler.xcuapplication/vnd.sun.star.configuration-datavnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/WikiExtension.xcuapplication/vnd.sun.star.configuration-datavnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/OptionsDialog.xcuapplication/vnd.sun.star.configuration-datavnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Filter.xcuapplication/vnd.sun.star.configuration-datavnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Types.xcuapplication/vnd.sun.star.configuration-datavnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/Paths.xcuapplication/vnd.sun.star.configuration-data 3 | -------------------------------------------------------------------------------- /packages: -------------------------------------------------------------------------------- 1 | # Archive Tools 2 | lzop 3 | p7zip 4 | unrar 5 | unzip 6 | xz 7 | zip 8 | 9 | # File manager 10 | pcmanfm 11 | udevil 12 | 13 | # Editors 14 | bless 15 | nano 16 | 17 | # Xorg 18 | ttf-bitstream-vera 19 | xorg-server 20 | xorg-server-utils 21 | xorg-utils 22 | xorg-xinit 23 | xorg-xkill 24 | 25 | # Sound 26 | alsa-firmware 27 | alsa-oss 28 | alsa-utils 29 | 30 | # Window Manager Stuff 31 | dmenu 32 | laptop-detect 33 | lxdm 34 | numix-themes 35 | openbox 36 | openbox-themes 37 | tint2 38 | xdg-user-dirs 39 | volumeicon 40 | 41 | # Extra tools 42 | binutils 43 | fakeroot 44 | gparted 45 | jshon 46 | linux-headers 47 | make 48 | ntp 49 | patch 50 | 51 | # Xorg Extras 52 | fontconfig 53 | kbd 54 | virtualbox-guest-utils 55 | 56 | # Extra Apps 57 | arch-install-scripts 58 | at 59 | clonezilla 60 | feh 61 | firefox 62 | git 63 | gstreamer0.10-base-plugins 64 | gstreamer0.10-good 65 | lxde-icon-theme 66 | ncdu 67 | openssh 68 | pkgfile 69 | scrot 70 | slock 71 | terminator 72 | tmux 73 | wget 74 | zsh 75 | 76 | # Media 77 | deadbeef 78 | libmad 79 | lxappearance 80 | lxinput 81 | lxrandr 82 | obconf 83 | 84 | # Network Tools 85 | #connman 86 | gnome-keyring 87 | libsecret 88 | network-manager-applet 89 | networkmanager 90 | polkit 91 | rfkill 92 | tcl 93 | usb_modeswitch 94 | wpa_supplicant 95 | wvdial 96 | xfce4-notifyd 97 | 98 | # Develop Tools 99 | ddrescue 100 | dialog 101 | dmraid 102 | dnsutils 103 | dosfstools 104 | gptfdisk 105 | haveged 106 | htop 107 | ntfs-3g 108 | parted 109 | rsync 110 | squashfs-tools 111 | sudo 112 | 113 | # Intel microcode 114 | intel-ucode 115 | 116 | # Bootloader 117 | grub 118 | lsb-release 119 | os-prober 120 | syslinux 121 | 122 | # Video drivers 123 | xf86-input-evdev 124 | xf86-input-joystick 125 | xf86-input-keyboard 126 | xf86-input-mouse 127 | xf86-input-synaptics 128 | xf86-video-ark 129 | xf86-video-ati 130 | xf86-video-dummy 131 | xf86-video-fbdev 132 | xf86-video-glint 133 | xf86-video-i128 134 | xf86-video-intel 135 | xf86-video-mach64 136 | xf86-video-neomagic 137 | xf86-video-nouveau 138 | xf86-video-nv 139 | xf86-video-openchrome 140 | xf86-video-r128 141 | xf86-video-savage 142 | xf86-video-siliconmotion 143 | xf86-video-sis 144 | xf86-video-tdfx 145 | xf86-video-trident 146 | xf86-video-vesa 147 | xf86-input-void 148 | xf86-video-voodoo 149 | 150 | # BlackArch 151 | blackarch-keyring 152 | 153 | # Fonts 154 | adobe-source-code-pro-fonts 155 | adobe-source-sans-pro-fonts 156 | adobe-source-serif-pro-fonts 157 | artwiz-fonts 158 | ttf-droid 159 | ttf-liberation 160 | 161 | # Libraries 162 | python2-requests 163 | python-requests 164 | python2-dbus 165 | 166 | # Tools 167 | air 168 | dc3dd 169 | gnu-netcat 170 | #cryptcat 171 | bro 172 | cheetah-suite 173 | dmitry 174 | firewalk 175 | fl0p 176 | gvfs 177 | #If ./build fails, uninstall gvfs 178 | nmap 179 | ophcrack 180 | volatility 181 | ettercap 182 | wireshark-gtk 183 | kismet 184 | aircrack-ng 185 | net-tools 186 | ssldump 187 | tcpick 188 | tcpdump 189 | argus 190 | chaosreader 191 | tcpextract 192 | cookie-cadger 193 | xplico 194 | voipong 195 | videosnarf -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/obmenu-generator/schema.pl: -------------------------------------------------------------------------------- 1 | require '/home/eugene/.config/obmenu-generator/config.pl'; 2 | 3 | our $SCHEMA = [ 4 | #{sep => 'ArchBang'}, 5 | # COMMAND LABEL ICON 6 | {item => ['pcmanfm', 'File Manager', 'file-manager']}, 7 | {item => [$CONFIG->{terminal}, 'Terminal', 'terminal']}, 8 | {item => [$CONFIG->{editor}, 'Editor', 'text-editor']}, 9 | {item => ['firefox www.lifars.com', 'Web Browser', 'web-browser']}, 10 | {item => ['~/.config/dmenu/dmenu-bind.sh', 'Run command', 'system-run']}, 11 | 12 | {sep => undef}, 13 | 14 | 15 | 16 | {raw => q()}, 17 | # NAME LABEL ICON 18 | {cat => ['utility', 'Accessories', 'applications-utilities']}, 19 | {cat => ['development', 'Development', 'applications-development']}, 20 | {cat => ['education', 'Education', 'applications-science']}, 21 | {cat => ['game', 'Games', 'applications-games']}, 22 | {cat => ['graphics', 'Graphics', 'applications-graphics']}, 23 | {cat => ['audiovideo', 'Multimedia', 'applications-multimedia']}, 24 | {cat => ['network', 'Network', 'applications-internet']}, 25 | {cat => ['office', 'Office', 'applications-office']}, 26 | {cat => ['settings', 'Settings', 'applications-accessories']}, 27 | {cat => ['system', 'System', 'applications-system']}, 28 | {raw => q()}, 29 | 30 | {raw => q()}, 31 | {raw => q()}, 32 | {raw => q()}, 33 | {raw => q()}, 34 | 35 | {raw => q()}, 36 | {raw => q()}, 37 | {raw => q(scrot '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/ & gpicview ~/$f')}, 38 | {raw => q(scrot -d 10 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/ & gpicview ~/$f')}, 39 | {raw => q(scrot -s '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/ & gpicview ~/$f')}, 40 | {raw => q()}, 41 | # {item => ['obkey', 'Edit Key Bindings', undef]}, 42 | {obgenmenu => 'Openbox Settings'}, 43 | {raw => q()}, 44 | 45 | {sep => undef}, 46 | {raw => q()}, 47 | # This options uses the default OpenBox action "Exit" 48 | {exit => ['Exit', 'exit']}, 49 | {item => ['systemctl reboot', 'Reboot', undef]}, 50 | {item => ['systemctl poweroff', 'Shutdown', undef]}, 51 | {raw => q()}, 52 | ] 53 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/extensions/bundled/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu813w4huz9.tmp/Filter.xcu: -------------------------------------------------------------------------------- 1 | 2 | 19 | 20 | 21 | 22 | 23 | 0 24 | MediaWiki 25 | com.sun.star.text.TextDocument 26 | 27 | com.sun.star.documentconversion.XSLTFilter,,,com.sun.star.comp.Writer.XMLOasisExporter,,vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/filter/odt2mediawiki.xsl 28 | com.sun.star.comp.Writer.XmlFilterAdaptor 29 | 30 | MediaWiki 31 | 32 | EXPORT ALIEN 3RDPARTYFILTER 33 | 34 | 35 | 0 36 | MediaWiki 37 | com.sun.star.text.WebDocument 38 | 39 | com.sun.star.documentconversion.XSLTFilter,,,com.sun.star.comp.Writer.XMLOasisExporter,,vnd.sun.star.expand:$BUNDLED_EXTENSIONS/wiki-publisher/filter/odt2mediawiki.xsl 40 | com.sun.star.comp.Writer.XmlFilterAdaptor 41 | 42 | MediaWiki 43 | 44 | EXPORT ALIEN 3RDPARTYFILTER 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/openbox/pipemenus/obpipemenu-places: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl 2 | # Recursively browse filesystem through openbox3 pipe menus 3 | #### Usage: add 4 | # 5 | # to your .config/openbox/menu.xml 6 | #### CAVEAT #### 7 | # This script was hacked on exclusively in stints between the hours of 8 | # 4 and 5 in the morning. Quality may have suffered. 9 | #### 10 | # Script by dircha from ob list on 05/17/04 11 | # suggested improvements by John Russell on 05/17/04 implemented 12 | # a year later by Kacper Wysocki. 13 | # 05/30/05 - Kacper Wysocki 14 | # - opens files with 'rox', which launches appropriate file handler 15 | # - hidden directories now stay hidden 16 | # - spaces, ampersands in dir- and filenames are escaped 17 | # - newlines at each entry to make output a little readable 18 | # 06/04/05 - Kacper Wysocki 19 | # - use $0 for scriptname 20 | # - use $ENV{'HOME'} as default path 21 | # - now follows symlinks 22 | 23 | use strict; 24 | 25 | # Command to lauch files with 26 | my $cmd = "pcmanfm"; 27 | 28 | my $path = $ARGV[0]; 29 | $path = "$ENV{'HOME'}" if $path eq ""; 30 | my @files = split /\n/, `ls -1p '$path'`; 31 | mk_menu_element($path, @files); 32 | 33 | sub mk_menu_element { 34 | my ($path, @files) = @_; 35 | 36 | print "\n"; 37 | 38 | # "Browse here..." lauches this dir 39 | print "". 40 | "\n\t". 41 | "\n\t\t$cmd '$path'". 42 | "\n\t". 43 | "\n\n". 44 | ""; 45 | 46 | foreach $_ (@files) { 47 | my $length = length $_; 48 | my $last_c = substr $_, $length - 1, 1; 49 | 50 | if ($last_c eq "/") { 51 | print mk_dir_element($path, substr $_, 0, $length - 1); 52 | } elsif ($last_c eq "@") { 53 | print mk_sym_element($path, substr $_, 0, $length - 1); 54 | } else { 55 | print mk_file_element($path, $_); 56 | } 57 | } 58 | print "\n"; 59 | } 60 | 61 | sub mk_dir_element { 62 | my ($path, $name) = @_; 63 | # escape ampersand and space in pathnames 64 | $path =~ s/&/&/g; 65 | $name =~ s/&/&/g; 66 | $path =~ s/ /\\ /g; 67 | $name =~ s/ /\\ /g; 68 | 69 | return "\n"; 70 | } 71 | 72 | sub mk_sym_element { 73 | my ($path, $name) = @_; 74 | # escape ampersand in pathnames 75 | $path =~ s/&/&/g; 76 | $name =~ s/&/&/g; 77 | 78 | # Follow symlinks instead of opening links in rox. 79 | return "\n"; 80 | =cut 81 | return "". 82 | "\n\t". 83 | "\n\t\t$cmd '$path/$name'". 84 | "\n\t" 85 | . "\n\n"; 86 | =cut 87 | } 88 | 89 | sub mk_file_element { 90 | my ($path, $name) = @_; 91 | my $label = $name; 92 | # escape ampersand in pathnames 93 | $path =~ s/&/&/g; 94 | $name =~ s/&/&/g; 95 | 96 | return "". 97 | "\n\t". 98 | "\n\t\t$cmd '$path/$name'". 99 | "\n\t" 100 | . "\n\n"; 101 | } 102 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## MantOS - Network Investigator’s Forensic Toolkit 2 | 3 | ![Network Investigator’s Forensic Toolkit | LIFARS](http://i1.wp.com/lifars.com/wp-content/uploads/2016/02/MantOS.gif?fit=1000%2C333) 4 | 5 | Development is done on branch `dev`, once a stable build process is achieved we 6 | merge onto `master`. 7 | 8 | Any possible PR should point to `dev`. 9 | 10 | ## Table of Contents 11 | 12 | 1. What is MantOS? 13 | 2. Key features 14 | 3. Support 15 | 4. Additional Reading 16 | 5. Licensing and Copyright 17 | 6. Frequently Asked Questions [FAQ] 18 | 19 | ## What is MantOS? 20 | 21 | MantOS is a GNU/Linux network security focused distro based on [Archbang](https://github.com/mrgreen3/archbang). 22 | 23 | We aim to provide the tools you need to analyze potential threats while being minimal. 24 | 25 | ## Key Features 26 | 27 | MantOS capabilities: 28 | 29 | * Graphically analyze TCP dump files for time, size, segments, and throughput 30 | * Create forensic images (bit by bit copies), complete disk wipe, data recovery, benchmarking harddrive performance 31 | * MITM-like functionality for intercepting network LAN data 32 | * Analyze network protocols 33 | * Wireless network detector, sniffer, instrusion detector 34 | * Identify TCP connections and records traffic, can also decrypt the connection and identify the applications being used 35 | * Track tcp streams across network users 36 | * Track network performance through stack, protocol capture, spike tracking, and determine if there's been a compromise 37 | * Snoop network traffic for telnet sessions 38 | * Capture raw data and reconstruct the contents for web and email usage. 39 | * Monitor wired and Wi-Fi sources for insecure requests 40 | * Track VoIP calls and dump the conversations 41 | 42 | For a list of tools in MantOS, consult the [documentation](https://github.com/Lifars/MantOS/blob/master/airootfs/etc/MantOSdocumentation.txt). 43 | 44 | ### Lightweight Package 45 | 46 | MantOS is both tiny and undemanding. Our goal is to provide investigators with an operating system that is convenient enough to meet the needs of someone who works on multiple machines. Total installation size is around 3 Gigabytes and takes a short amount of time to install. Since MantOS is easy on system resources it functions on older machines. MantOS can be deployed via live CD, flashdrive, or full OS installation. 47 | 48 | ### Gratis and F/OSS 49 | 50 | There is no charge for the distribution of MantOS, just download it and go. Want to customize your MantOS installation? We provide the very code base we use to you, hassle free and also of no charge. We provide MantOS for free because we believe in a forensic community that builds together. Help us make MantOS the best solution it could possibly be. 51 | 52 | ### Fast, High-end Support 53 | 54 | The MantOS team at LIFARS can provide full enterprise level support and response. Our team is here is listen to your needs and wants, including adding device or tool support or giving instructions on deployment or response. 24/7 support calling is possible in our Premier Support to ensure our team is able to respond any time of day. 55 | 56 | ## [](https://github.com/google/rekall#licensing-and-copyright)Licensing and Copyright 57 | 58 | We are licensed under GPLv3. You can read the license details in [LICENSE](https://github.com/Lifars/MantOS/blob/master/LICENSE). 59 | 60 | ## [](https://github.com/offensive-security/kali-nethunter#frequently-asked-questions)Frequently Asked Questions [FAQ] 61 | 62 | **Q** - How can I contribute to MantOS? 63 | 64 | **A** - If you'd like to contribute, please send a GitHub pull request. We will review the changes before merging. 65 | 66 | * * * 67 | 68 | **Q** - Where I can find the rest of the documentation? How can I contact you for more details? 69 | 70 | **A** - You can contact us by e-mailing info@lifars.com or by calling 212-222-7061. 71 | 72 | 73 | -------------------------------------------------------------------------------- /pacman.conf: -------------------------------------------------------------------------------- 1 | # 2 | # /etc/pacman.conf 3 | # 4 | # See the pacman.conf(5) manpage for option and repository directives 5 | 6 | # 7 | # GENERAL OPTIONS 8 | # 9 | [options] 10 | # The following paths are commented out with their default values listed. 11 | # If you wish to use different paths, uncomment and update the paths. 12 | #RootDir = / 13 | #DBPath = /var/lib/pacman/ 14 | #CacheDir = /var/cache/pacman/pkg/ 15 | #LogFile = /var/log/pacman.log 16 | #GPGDir = /etc/pacman.d/gnupg/ 17 | HoldPkg = pacman glibc 18 | #XferCommand = /usr/bin/curl -C - -f %u > %o 19 | #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u 20 | #CleanMethod = KeepInstalled 21 | #UseDelta = 0.7 22 | Architecture = auto 23 | 24 | # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup 25 | #IgnorePkg = 26 | #IgnoreGroup = 27 | 28 | #NoUpgrade = 29 | #NoExtract = 30 | 31 | # Misc options 32 | #UseSyslog 33 | Color 34 | #TotalDownload 35 | CheckSpace 36 | #VerbosePkgLists 37 | 38 | # By default, pacman accepts packages signed by keys that its local keyring 39 | # trusts (see pacman-key and its man page), as well as unsigned packages. 40 | SigLevel = Required DatabaseOptional 41 | LocalFileSigLevel = Optional 42 | #RemoteFileSigLevel = Required 43 | 44 | # NOTE: You must run `pacman-key --init` before first using pacman; the local 45 | # keyring can then be populated with the keys of all official Arch Linux 46 | # packagers with `pacman-key --populate archlinux`. 47 | 48 | # 49 | # REPOSITORIES 50 | # - can be defined here or included from another file 51 | # - pacman will search repositories in the order defined here 52 | # - local/custom mirrors can be added here or in separate files 53 | # - repositories listed first will take precedence when packages 54 | # have identical names, regardless of version number 55 | # - URLs will have $repo replaced by the name of the current repo 56 | # - URLs will have $arch replaced by the name of the architecture 57 | # 58 | # Repository entries are of the format: 59 | # [repo-name] 60 | # Server = ServerName 61 | # Include = IncludePath 62 | # 63 | # The header [repo-name] is crucial - it must be present and 64 | # uncommented to enable the repo. 65 | # 66 | 67 | # The testing repositories are disabled by default. To enable, uncomment the 68 | # repo name header and Include lines. You can add preferred servers immediately 69 | # after the header, and they will be used before the default mirrors. 70 | 71 | #[testing] 72 | #Include = /etc/pacman.d/mirrorlist 73 | 74 | [core] 75 | Include = /etc/pacman.d/mirrorlist 76 | 77 | [extra] 78 | Include = /etc/pacman.d/mirrorlist 79 | 80 | #[community-testing] 81 | #Include = /etc/pacman.d/mirrorlist 82 | 83 | [community] 84 | Include = /etc/pacman.d/mirrorlist 85 | 86 | # If you want to run 32 bit applications on your x86_64 system, 87 | # enable the multilib repositories as required here. 88 | 89 | #[multilib-testing] 90 | #Include = /etc/pacman.d/mirrorlist 91 | 92 | [multilib] 93 | Include = /etc/pacman.d/mirrorlist 94 | 95 | # An example of a custom package repository. See the pacman manpage for 96 | # tips on creating your own repositories. 97 | #[custom] 98 | #SigLevel = Optional TrustAll 99 | #Server = file:///home/custompkgs 100 | 101 | # 102 | # Point Server to your customrepo path 103 | # Create directories ~/customrepo/x86_86 104 | # or use i686 if you with to build 32bit version 105 | 106 | #[customrepo] 107 | #SigLevel = Never 108 | # Set this for your own local repo 109 | #Server = file:///tmp/aur-repo/$arch 110 | 111 | [blackarch] 112 | SigLevel = Required DatabaseOptional TrustedOnly 113 | Server = http://mirror.jmu.edu/blackarch/$repo/os/$arch 114 | Server = http://mirror.team-cymru.org/blackarch/$repo/os/$arch 115 | Server = https://deadbeef.ninja/blackarch/$repo/os/$arch -------------------------------------------------------------------------------- /airootfs/etc/pacman.conf: -------------------------------------------------------------------------------- 1 | # 2 | # /etc/pacman.conf 3 | # 4 | # See the pacman.conf(5) manpage for option and repository directives 5 | 6 | # 7 | # GENERAL OPTIONS 8 | # 9 | [options] 10 | # The following paths are commented out with their default values listed. 11 | # If you wish to use different paths, uncomment and update the paths. 12 | #RootDir = / 13 | #DBPath = /var/lib/pacman/ 14 | #CacheDir = /var/cache/pacman/pkg/ 15 | #LogFile = /var/log/pacman.log 16 | #GPGDir = /etc/pacman.d/gnupg/ 17 | HoldPkg = pacman glibc 18 | #XferCommand = /usr/bin/curl -C - -f %u > %o 19 | #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u 20 | #CleanMethod = KeepInstalled 21 | #UseDelta = 0.7 22 | Architecture = auto 23 | 24 | # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup 25 | #IgnorePkg = 26 | #IgnoreGroup = 27 | 28 | #NoUpgrade = 29 | #NoExtract = 30 | 31 | # Misc options 32 | #UseSyslog 33 | Color 34 | #TotalDownload 35 | CheckSpace 36 | #VerbosePkgLists 37 | 38 | # By default, pacman accepts packages signed by keys that its local keyring 39 | # trusts (see pacman-key and its man page), as well as unsigned packages. 40 | SigLevel = Required DatabaseOptional 41 | LocalFileSigLevel = Optional 42 | #RemoteFileSigLevel = Required 43 | 44 | # NOTE: You must run `pacman-key --init` before first using pacman; the local 45 | # keyring can then be populated with the keys of all official Arch Linux 46 | # packagers with `pacman-key --populate archlinux`. 47 | 48 | # 49 | # REPOSITORIES 50 | # - can be defined here or included from another file 51 | # - pacman will search repositories in the order defined here 52 | # - local/custom mirrors can be added here or in separate files 53 | # - repositories listed first will take precedence when packages 54 | # have identical names, regardless of version number 55 | # - URLs will have $repo replaced by the name of the current repo 56 | # - URLs will have $arch replaced by the name of the architecture 57 | # 58 | # Repository entries are of the format: 59 | # [repo-name] 60 | # Server = ServerName 61 | # Include = IncludePath 62 | # 63 | # The header [repo-name] is crucial - it must be present and 64 | # uncommented to enable the repo. 65 | # 66 | 67 | # The testing repositories are disabled by default. To enable, uncomment the 68 | # repo name header and Include lines. You can add preferred servers immediately 69 | # after the header, and they will be used before the default mirrors. 70 | 71 | #[testing] 72 | #Include = /etc/pacman.d/mirrorlist 73 | 74 | [core] 75 | Include = /etc/pacman.d/mirrorlist 76 | 77 | [extra] 78 | Include = /etc/pacman.d/mirrorlist 79 | 80 | #[community-testing] 81 | #Include = /etc/pacman.d/mirrorlist 82 | 83 | [community] 84 | Include = /etc/pacman.d/mirrorlist 85 | 86 | # If you want to run 32 bit applications on your x86_64 system, 87 | # enable the multilib repositories as required here. 88 | 89 | #[multilib-testing] 90 | #Include = /etc/pacman.d/mirrorlist 91 | 92 | [multilib] 93 | Include = /etc/pacman.d/mirrorlist 94 | 95 | # An example of a custom package repository. See the pacman manpage for 96 | # tips on creating your own repositories. 97 | #[custom] 98 | #SigLevel = Optional TrustAll 99 | #Server = file:///home/custompkgs 100 | 101 | # 102 | # Point Server to your customrepo path 103 | # Create directories ~/customrepo/x86_86 104 | # or use i686 if you with to build 32bit version 105 | 106 | #[customrepo] 107 | #SigLevel = Never 108 | # Set this for your own local repo 109 | #Server = file:///tmp/aur-repo/$arch 110 | 111 | [blackarch] 112 | SigLevel = Required DatabaseOptional TrustedOnly 113 | Server = http://mirror.jmu.edu/blackarch/$repo/os/$arch 114 | Server = http://mirror.team-cymru.org/blackarch/$repo/os/$arch 115 | Server = https://deadbeef.ninja/blackarch/$repo/os/$arch -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/config/arrowhd.soe: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/config/gallery.soc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/obmenu-generator/config.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl 2 | 3 | # obmenu-generator - configuration file 4 | # This file will be updated automatically every time when is needed. 5 | # Any additional comment and/or indentation will be lost. 6 | 7 | =for comment 8 | 9 | || FILTERING 10 | | skip_filename_re : Skip a .desktop file if its name matches the regex. 11 | Name is from the last slash to the end. (filename.desktop) 12 | Example: qr/^(?:gimp|xterm)\b/, # skips 'gimp' and 'xterm' 13 | 14 | | skip_entry : Skip a destkop file if the value from a given key matches the regex. 15 | Example: [ 16 | {key => 'Name', re => qr/(?:about|terminal)/i}, 17 | {key => 'Exec', re => qr/^xterm/}, 18 | ], 19 | 20 | | substitutions : Substitute, by using a regex, in the values of the desktop files. 21 | Example: [ 22 | {key => 'Exec', re => qr/xterm/, value => 'sakura'}, 23 | {key => 'Exec', re => qr/\\\\/, value => '\\', global => 1}, # for wine apps 24 | ], 25 | 26 | 27 | || ICON SETTINGS 28 | | icon_dirs_first : When looking for icons, look in this directories first, 29 | before looking in the directories of the current icon theme. 30 | Example: [ 31 | "$ENV{HOME}/My icons", 32 | ], 33 | 34 | | icon_dirs_second : Look in this directories after looked in the directories of the 35 | current icon theme. (Before /usr/share/pixmaps) 36 | Example: [ 37 | "/usr/share/icons/gnome", 38 | ], 39 | 40 | | icon_dirs_last : Look in this directories at the very last, after looked in 41 | /usr/share/pixmaps, /usr/share/icons/hicolor and some other 42 | directories. 43 | Example: [ 44 | "/usr/share/icons/Tango", 45 | ], 46 | 47 | | strict_icon_dirs : A true value will make the module to look only inside the directories 48 | specified by you in either one of the above three options. 49 | 50 | | gtk_rc_filename : Absolute path to the GTK configuration file. 51 | | missing_image : Use this icon for missing icons (default: gtk-missing-image) 52 | 53 | 54 | || KEYS 55 | | name_keys : Valid keys for the item names. 56 | Example: ['Name[fr]', 'GenericName[fr]', 'Name'], # french menu 57 | 58 | 59 | || PATHS 60 | | desktop_files_paths : Absolute paths which contains .desktop files. 61 | Example: [ 62 | '/usr/share/applications', 63 | "$ENV{HOME}/.local/share/applications", 64 | glob("$ENV{HOME}/.local/share/applications/wine/Programs/*"), 65 | ], 66 | 67 | 68 | || NOTES 69 | | Regular expressions: 70 | * use qr/RE/ instead of 'RE' 71 | * use qr/RE/i for case insenstive mode 72 | 73 | =cut 74 | 75 | our $CONFIG = { 76 | "editor" => "subl3", 77 | "Linux::DesktopFiles" => { 78 | desktop_files_paths => ["/usr/share/applications"], 79 | gtk_rc_filename => "/home/eugene/.gtkrc-2.0", 80 | icon_dirs_first => undef, 81 | icon_dirs_last => undef, 82 | icon_dirs_second => undef, 83 | keep_unknown_categories => 1, 84 | skip_entry => undef, 85 | skip_filename_re => undef, 86 | skip_svg_icons => 1, 87 | strict_icon_dirs => undef, 88 | substitutions => undef, 89 | terminalization_format => "%s -e '%s'", 90 | terminalize => 1, 91 | unknown_category_key => "other", 92 | }, 93 | "missing_icon" => "gtk-missing-image", 94 | "name_keys" => ["Name"], 95 | "terminal" => "terminator", 96 | "VERSION" => 0.59, 97 | } -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/config/standard.soe: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /BUILD.md: -------------------------------------------------------------------------------- 1 | # MantOS GNU/Linux 2 | 3 | ##Summary 4 | 5 | MantOS is a GNU/Linux network security focused distro based on [Archbang](https://github.com/mrgreen3/archbang). 6 | 7 | We aim to provide the tools you need to analyze potential threats while being minimal. 8 | 9 | ##Building From Source 10 | 11 | ###Prerequisites 12 | 13 | * Must be on an Arch GNU/Linux system 14 | * Note, this will not build correctly on Manjaro 15 | * For best results build on either pure Arch, ArchBang, or MantOS 16 | * Must be root or a sudoer 17 | * archiso 18 | * ```$ sudo pacman -S archiso``` 19 | * git 20 | * ```$ sudo pacman -S git``` 21 | 22 | ###Building 23 | 24 | ####Set up your system 25 | * Update your pacman key rings. 26 | * ```$ sudo pacman-key --init``` 27 | * ```$ sudo pacman-key --populate``` 28 | * If you're running on a fresh install of Arch / Archbang, you must first sync 29 | your system with the online package repositories. 30 | * ```$ sudo pacman -Syyu``` 31 | 32 | ####Initial Steps 33 | * cd into your home directory 34 | * ```$ cd ~``` 35 | * Clone the repository 36 | * ```$ git clone https://github.com/Lifars/MantOS.git``` 37 | * Create a backup directory 38 | * ```$ mkdir ~/MantOS/backup``` 39 | 40 | ####Build steps 41 | * Run the clean script 42 | * ```$ sudo ./clean``` 43 | * cd into the MantOS directory 44 | * ```$ cd ~/MantOS/``` 45 | * Run the build script 46 | * ```$ sudo ./build -v``` 47 | * Move your iso from out/ to backup/ 48 | * ```$ mv ./out/*.iso ./backup``` 49 | 50 | ##Adding packages 51 | Adding packages to MantOS is pretty simple. 52 | 53 | First we must find out **what** we want to add. This part is pure research and rests on your shoulders. Exercise your Google-fu and leverage your personal experience, but don't be afraid to create an issue if you are questioning the usefulness of a particular package to the OS. 54 | 55 | Next we look to see **where** we can find the package. Currently, MantOS supports these repos out of the box: 56 | 57 | * Official Arch repositories 58 | * Official BlackArch repositories 59 | * Arch User repositories 60 | 61 | After that we can consults this incredibly simple chart on **how** to add your package to the repo: 62 | 63 | | Repo | File | 64 | |:----------------------------:|:------------------:| 65 | | Arch, BlackArch | packages | 66 | | AUR | aur_packages | 67 | | Other | customize_airootfs | 68 | 69 | For Arch, BlackArch, and AUR packages, simply add the name of that package (as it is lised in that particular repo) to the appopriate flat file in the root directory of MantOS. Packages are organized by type, so please try to abide by the categories. 70 | 71 | For packages **not** found in these repositories, unfortunately you will have to build from source. Here are some directions on how to do so: 72 | 73 | * Look at the official documentation and browse user forums for how to go about doing so for each package 74 | * BEFORE adding it to the repo, try to build it on your own machine first! 75 | * While there are occasions you can build on your machine but not the iso, it's actually still more helpful than trying to add it to the iso directly. This way you have a clear idea of the steps that you need to take and that actually work. Usually it's a few simple modifications to get it running on the iso. 76 | * There are two ways to build from source: 77 | * Make a PKGBUILD 78 | * PKGBUILD's are simply metadata about a package and how to actually set it up on a machine 79 | * Basically, you are setting BASH variables and defining the body of two functions 80 | * Most of this information is self explanatory, and you can get everything from the developer's site or the package's wiki 81 | * Example PKGBUILD: http://ix.io/66p 82 | * Build it in the customize script 83 | * This requires you to download the package (and/or it's required files) and store it in the temporary directory 84 | * This directory is MantOS/airootfs/etc/skel 85 | * When the customize script is run, skel actually becomes the root user's home directory, keep this in mind when working in relation to other directories 86 | * In the customize script, follow the developer (or your own) build instructions and work out of /root/ 87 | * ```chmod 755 /root/xampp-linux-*-installer.run``` 88 | * ```echo "Y" | /root/xampp-linux-*-installer.run --mode text``` 89 | * ```rm /root/xampp-linux-*-installer.run``` 90 | 91 | ##Configuring Packages 92 | After a package is put into the iso, there is a good chance you might want to configure it.This is done by working through skel/ and the customize script: 93 | 94 | * ```# Provide dshell with GeoIP data``` 95 | * ```mv /root/*.dat ./share/GeoIP/``` 96 | 97 | ##Additional Reading 98 | 99 | * https://wiki.archlinux.org/index.php/Archiso 100 | * https://wiki.archlinux.org/index.php/Creating_packages 101 | * https://wiki.archlinux.org/index.php/PKGBUILD 102 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/Trolltech.conf: -------------------------------------------------------------------------------- 1 | [Qt%20Plugin%20Cache%204.8.false] 2 | usr\lib\qt4\plugins\inputmethods\libqimsw-multi.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 3 | usr\lib\qt4\plugins\imageformats\libqgif.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 4 | usr\lib\qt4\plugins\imageformats\libqico.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 5 | usr\lib\qt4\plugins\imageformats\libqjpeg.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 6 | usr\lib\qt4\plugins\imageformats\libqmng.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 7 | usr\lib\qt4\plugins\imageformats\libqsvg.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 8 | usr\lib\qt4\plugins\imageformats\libqtiff.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 9 | opt\genymotion\imageformats\libqgif.so=40804, 0, x86_64 linux g++-4 full-config, 2015-08-14T17:56:04 10 | opt\genymotion\imageformats\libqico.so=40804, 0, x86_64 linux g++-4 full-config, 2015-08-14T17:56:04 11 | opt\genymotion\imageformats\libqjpeg.so=40804, 0, x86_64 linux g++-4 full-config, 2015-08-14T17:56:04 12 | opt\genymotion\imageformats\libqmng.so=40804, 0, x86_64 linux g++-4 full-config, 2015-08-14T17:56:04 13 | opt\genymotion\imageformats\libqsvg.so=40804, 0, x86_64 linux g++-4 full-config, 2015-08-14T17:56:04 14 | opt\genymotion\imageformats\libqtga.so=40804, 0, x86_64 linux g++-4 full-config, 2015-08-14T17:56:04 15 | opt\genymotion\imageformats\libqtiff.so=40804, 0, x86_64 linux g++-4 full-config, 2015-08-14T17:56:04 16 | usr\lib\qt4\plugins\sqldrivers\libqsqlibase.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 17 | usr\lib\qt4\plugins\sqldrivers\libqsqlite.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 18 | usr\lib\qt4\plugins\sqldrivers\libqsqlmysql.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 19 | usr\lib\qt4\plugins\sqldrivers\libqsqlodbc.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 20 | usr\lib\qt4\plugins\sqldrivers\libqsqlpsql.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 21 | opt\genymotion\sqldrivers\libqsqlite.so=40804, 0, x86_64 linux g++-4 full-config, 2015-08-14T17:56:04 22 | usr\lib\qt4\plugins\bearer\libqconnmanbearer.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 23 | usr\lib\qt4\plugins\bearer\libqgenericbearer.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 24 | usr\lib\qt4\plugins\bearer\libqnmbearer.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 25 | usr\lib\qt4\plugins\iconengines\libqsvgicon.so=40807, 0, x86_64 linux g++-4 full-config, 2015-07-16T00:24:54 26 | 27 | [Qt%20Factory%20Cache%204.8] 28 | com.trolltech.Qt.QInputContextFactoryInterface%3A\usr\lib\qt4\plugins\inputmethods\libqimsw-multi.so=2015-07-16T00:24:54, imsw-multi 29 | com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqgif.so=2015-07-16T00:24:54, gif 30 | com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqico.so=2015-07-16T00:24:54, ico 31 | com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqjpeg.so=2015-07-16T00:24:54, jpeg, jpg 32 | com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqmng.so=2015-07-16T00:24:54, mng 33 | com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqsvg.so=2015-07-16T00:24:54, svg, svgz 34 | com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqtiff.so=2015-07-16T00:24:54, tiff, tif 35 | com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\opt\genymotion\imageformats\libqgif.so=2015-08-14T17:56:04, gif 36 | com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\opt\genymotion\imageformats\libqico.so=2015-08-14T17:56:04, ico 37 | com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\opt\genymotion\imageformats\libqjpeg.so=2015-08-14T17:56:04, jpeg, jpg 38 | com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\opt\genymotion\imageformats\libqsvg.so=2015-08-14T17:56:04, svg, svgz 39 | com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\opt\genymotion\imageformats\libqtga.so=2015-08-14T17:56:04, tga 40 | com.trolltech.Qt.QSqlDriverFactoryInterface%3A\usr\lib\qt4\plugins\sqldrivers\libqsqlite.so=2015-07-16T00:24:54, QSQLITE 41 | com.trolltech.Qt.QSqlDriverFactoryInterface%3A\usr\lib\qt4\plugins\sqldrivers\libqsqlmysql.so=2015-07-16T00:24:54, QMYSQL3, QMYSQL 42 | com.trolltech.Qt.QSqlDriverFactoryInterface%3A\opt\genymotion\sqldrivers\libqsqlite.so=2015-08-14T17:56:04, QSQLITE 43 | com.trolltech.Qt.QBearerEngineFactoryInterface%3A\usr\lib\qt4\plugins\bearer\libqconnmanbearer.so=2015-07-16T00:24:54, connman 44 | com.trolltech.Qt.QBearerEngineFactoryInterface%3A\usr\lib\qt4\plugins\bearer\libqgenericbearer.so=2015-07-16T00:24:54, generic 45 | com.trolltech.Qt.QBearerEngineFactoryInterface%3A\usr\lib\qt4\plugins\bearer\libqnmbearer.so=2015-07-16T00:24:54, networkmanager 46 | com.trolltech.Qt.QIconEngineFactoryInterfaceV2%3A\usr\lib\qt4\plugins\iconengines\libqsvgicon.so=2015-07-16T00:24:54, svg, svgz, svg.gz 47 | com.trolltech.Qt.QIconEngineFactoryInterface%3A\usr\lib\qt4\plugins\iconengines\libqsvgicon.so=2015-07-16T00:24:54 48 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/config/hatching.soh: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /airootfs/etc/skel/.config/libreoffice/4/user/config/palette.soc: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /airootfs/etc/lxdm/themes/mantos-theme/greeter.ui: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | False 7 | 8 | 9 | True 10 | vertical 11 | 12 | 13 | True 14 | 1 15 | 12 16 | 12 17 | True 18 | 19 | 20 | False 21 | 0 22 | 23 | 24 | 25 | 26 | True 27 | 0 28 | 0 29 | 30 | 31 | True 32 | vertical 33 | 34 | 35 | True 36 | panel.png 37 | 38 | 39 | 0 40 | 41 | 42 | 43 | 44 | True 45 | 0 46 | 0 47 | 48 | 49 | True 50 | 12 51 | 52 | 53 | True 54 | User: 55 | 0.2 56 | 57 | 58 | False 59 | False 60 | 0 61 | 62 | 63 | 64 | 65 | True 66 | True 67 | 68 | 69 | 70 | False 71 | False 72 | 1 73 | 74 | 75 | 76 | 77 | 78 | 79 | 1 80 | 81 | 82 | 83 | 84 | 85 | 86 | 1 87 | 88 | 89 | 90 | 91 | False 92 | True 93 | False 94 | 95 | 96 | True 97 | 6 98 | 12 99 | 100 | 101 | False 102 | 6 103 | 104 | 105 | True 106 | 0 107 | 108 | 109 | False 110 | 2 111 | 112 | 113 | 114 | 115 | False 116 | 0 117 | 118 | 119 | 120 | 121 | 122 | 123 | False 124 | 2 125 | 126 | 127 | 128 | 129 | 130 | 131 | --------------------------------------------------------------------------------