Skip to content

xscriptor/X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X

Notice: This repository is connected to the Xscriptor-dev repositories, to the brand consolidation.

Experimental space for system customization development.

Structure:

  • Basics Includes post-installation scripts, applications, and documentation of installation things that I regularly use on daily-use systems.
  • General Includes specific customizations for application interfaces that I regularly use in my daily-use system.
  • x Automations to install de X environment on different distributions.

Tree
X
x-> scripts related to xos 
├── basics
   ├── linux
      ├── desktop
         └── gnome
             └── openbar
                 └── configfiles
      └── terminal
          ├── alias
             ├── github
             └── navigation
          ├── installations
             ├── monitorization
             └── qemu
          └── scripts
              └── github
   └── windows
       ├── postinstallation
       ├── taskbarcustomization
          └── xw11-taskbar
       └── yasb
           ├── config
           └── preview
├── general
   ├── Jetbrains
      └── xscriptor-theme
          ├── download
          ├── gradle
             └── wrapper
          ├── preview
          └── src
              └── main
                  └── resources
                      ├── META-INF
                      ├── colors
                      └── themes
   ├── custom-tools
  • zsh XBase for zsh
curl -sLO https://raw.githubusercontent.com/xscriptor/X/main/x/zsh/script.sh && chmod +x script.sh && ./script.sh