name = "Applications Setup" [[data]] name = "Developer Tools" [[data.entries]] name = "Github Desktop" description = "GitHub Desktop is a user-friendly application that simplifies the process of managing Git repositories and interacting with GitHub, providing a graphical interface for tasks like committing, branching, and syncing changes." script = "Developer-tools/githubdesktop-setup.sh" task_list = "I" [[data.entries]] name = "Neovim" description = "Neovim is a refactor, and sometimes redactor, in the tradition of Vim.\nIt is not a rewrite but a continuation and extension of Vim.\nThis command configures neovim from CTT's neovim configuration.\nhttps://github.com/ChrisTitusTech/neovim" script = "Developer-tools/neovim-setup.sh" task_list = "I FM" [[data.entries]] name = "Sublime Text" description = "Sublime Text is a fast, lightweight, and customizable text editor known for its simplicity, powerful features, and wide range of plugins for various programming languages." script = "Developer-tools/sublime-setup.sh" task_list = "I" [[data.entries]] name = "VS Code" description = "Visual Studio Code (VS Code) is a lightweight, open-source code editor with built-in support for debugging, version control, and extensions for various programming languages and frameworks." script = "Developer-tools/vscode-setup.sh" task_list = "I" [[data.entries]] name = "VS Codium" description = "VSCodium is a free, open-source version of Visual Studio Code (VS Code) that removes Microsoft-specific telemetry and branding." script = "Developer-tools/vscodium-setup.sh" task_list = "I" [[data.entries]] name = "Meld" description = "Meld is a visual diff and merge tool that helps compare files, directories, and version-controlled projects." script = "Developer-tools/meld-setup.sh" task_list = "I FI" [[data.entries]] name = "Ngrok" description = "Ngrok is a tool that creates secure, temporary tunnels to expose local servers to the internet for testing and development." script = "Developer-tools/ngrok-setup.sh" task_list = "I" [[data]] name = "Communication Apps" [[data.entries]] name = "Discord" description = "Discord is a versatile communication platform for gamers and communities, offering voice, video, and text chat features." script = "communication-apps/discord-setup.sh" task_list = "I" [[data.entries]] name = "Jitsi" description = "Jitsi Meet is an open-source video conferencing tool that allows users to host and join secure meetings directly from their web browsers without the need for downloads." script = "communication-apps/jitsi-setup.sh" task_list = "I" [[data.entries]] name = "Signal" description = "Signal is a privacy-focused messaging app that provides end-to-end encryption for secure text, voice, and video communication." script = "communication-apps/signal-setup.sh" task_list = "I" [[data.entries]] name = "Slack" description = "Slack is a collaboration platform designed for team communication, featuring channels, direct messaging, file sharing, and integrations with various productivity tools." script = "communication-apps/slack-setup.sh" task_list = "I" [[data.entries]] name = "Telegram" description = "Telegram is a cloud-based messaging app known for its speed and security, offering features like group chats, channels, and end-to-end encrypted calls." script = "communication-apps/telegram-setup.sh" task_list = "I" [[data.entries]] name = "WhatsApp" description = "WhatsApp is a cloud-based messaging app known for its speed and security, offering features like group chats, channels, and end-to-end encrypted calls." script = "communication-apps/whatsapp-setup.sh" task_list = "I" [[data.entries]] name = "Zoom" description = "Zoom is a widely-used video conferencing platform that allows users to host virtual meetings, webinars, and online collaboration with features like screen sharing and recording." script = "communication-apps/zoom-setup.sh" task_list = "I" [[data.entries]] name = "Thunderbird" description = "Thunderbird is a free, open-source email client that offers powerful features like customizable email management, a built-in calendar, and extensive add-ons for enhanced functionality." script = "communication-apps/thunderbird-setup.sh" task_list = "I" [[data]] name = "Office Suites" [[data.entries]] name = "LibreOffice" script = "office-suites/libreoffice.sh" task_list = "I" [[data.entries]] name = "OnlyOffice" script = "office-suites/onlyoffice.sh" task_list = "I" [[data.entries]] name = "FreeOffice" script = "office-suites/freeoffice.sh" task_list = "I" [[data.entries]] name = "WPS Office" script = "office-suites/wpsoffice.sh" task_list = "I" [[data]] name = "PDF Suites" [[data.entries]] name = "Evince" script = "pdf-suites/evince.sh" task_list = "I" [[data.entries]] name = "Okular" script = "pdf-suites/okular.sh" task_list = "I" [[data.entries]] name = "PDF Studio" script = "pdf-suites/pdfstudio.sh" task_list = "I" [[data.entries]] name = "PDF Studio Viewer" script = "pdf-suites/pdfstudioviewer.sh" [[data]] name = "Web Browsers" [[data.entries]] name = "Brave" description = "Brave is a free and open-source web browser developed by Brave Software, Inc. based on the Chromium web browser." script = "browsers/brave.sh" task_list = "I" [[data.entries]] name = "Chromium" description = "Chromium is an open-source web browser project started by Google, to provide the source code for the proprietary Google Chrome browser." script = "browsers/chromium.sh" task_list = "I" [[data.entries]] name = "Google Chrome" description = "Google Chrome is a fast, secure, and free web browser, built for the modern web." script = "browsers/google-chrome.sh" task_list = "I" [[data.entries]] name = "LibreWolf" description = "LibreWolf is a fork of Firefox, focused on privacy, security, and freedom." script = "browsers/librewolf.sh" task_list = "I" [[data.entries]] name = "Lynx" description = "Lynx is a highly configurable text-based web browser for use on cursor-addressable character cell terminals." script = "browsers/lynx.sh" task_list = "I" [[data.entries]] name = "Mozilla Firefox" description = "Mozilla Firefox is a free and open-source web browser developed by the Mozilla Foundation." script = "browsers/firefox.sh" task_list = "I" [[data.entries]] name = "Thorium" description = "Thorium is a Chromium-based browser focused on privacy and performance." script = "browsers/thorium.sh" task_list = "I" [[data.entries]] name = "Vivaldi" description = "Vivaldi is a freeware, cross-platform web browser developed by Vivaldi Technologies." script = "browsers/vivaldi.sh" task_list = "I" [[data]] name = "Alacritty" description = "Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, Linux, macOS and Windows.\nThis command installs and condifures alacritty terminal emulator." script = "alacritty-setup.sh" task_list = "I FM" [[data]] name = "Android Debloater" description = "Universal Android Debloater (UAD) is a tool designed to help users remove bloatware and unnecessary pre-installed applications from Android devices, enhancing performance and user experience." script = "android-debloat.sh" task_list = "I" [[data]] name = "Bash Prompt" description = "The .bashrc file is a script that runs every time a new terminal session is started in Unix-like operating systems.\nIt is used to configure the shell session, set up aliases, define functions, and more, making the terminal easier to use and more powerful.\nThis command configures the key sections and functionalities defined in the .bashrc file from CTT's mybash repository.\nhttps://github.com/ChrisTitusTech/mybash" script = "mybash-setup.sh" task_list = "I FM" [[data]] name = "Bottles" description = "Bottles allows Windows software, like applications and games, to run on Linux.\nBottles also provides tools to categorize, organize and optimize your applications." script = "bottles-setup.sh" task_list = "FI" [[data]] name = "DWM-Titus" description = "DWM is a dynamic window manager for X.\nIt manages windows in tiled, monocle and floating layouts.\nAll of the layouts can be applied dynamically, optimising the environment for the application in use and the task performed.\nThis command installs and configures DWM and a desktop manager.\nThe list of patches applied can be found in CTT's DWM repository\nhttps://github.com/ChrisTitusTech/dwm-titus" script = "dwmtitus-setup.sh" task_list = "I PFM SS" [[data]] name = "Docker" description = "Docker is an open platform that uses OS-level virtualization to deliver software in packages called containers." script = "docker-setup.sh" task_list = "I SS" [[data]] name = "Fastfetch" description = "Fastfetch is a neofetch-like tool for fetching system information and displaying it prettily.\nIt is written mainly in C, with performance and customizability in mind.\nThis command installs fastfetch and configures from CTT's mybash repository.\nhttps://github.com/ChrisTitusTech/mybash" script = "fastfetch-setup.sh" task_list = "I FM" [[data]] name = "Flatpak / Flathub" description = "Flatpak is a universal application sandbox for Linux that uses isolated packages from Flathub to prevent conflicts and system alterations, while alleviating dependency concerns.\nThis command installs Flatpak and adds the Flathub repository" script = "setup-flatpak.sh" task_list = "I" [[data]] name = "Grub Theme" description = "Installs ChrisTitusTech's Top 5 Bootloader Themes script to allow for easy customization of GRUB." script = "grub-theme.sh" task_list = "PFM" [[data]] name = "Kitty" description = "kitty is a free and open-source GPU-accelerated terminal emulator for Linux, macOS, and some BSD distributions, focused on performance and features.\nkitty is written in a mix of C and Python programming languages.\n This command installs and configures kitty." script = "kitty-setup.sh" task_list = "I FM" [[data]] name = "Linutil Installer" description = "Installs a distro-specific Linutil package locally." script = "linutil-installer.sh" task_list = "I" [[data.preconditions]] matches = false data = "command_exists" values = ["linutil"] [[data]] name = "Linutil Updater" description = "Updates your local Linutil crate installation." script = "linutil-updater.sh" task_list = "I" [[data.preconditions]] matches = true data = "command_exists" values = ["linutil"] [[data]] name = "Rofi" description = "Rofi is a window switcher, run dialog, ssh-launcher and dmenu replacement that started as a clone of simpleswitcher, written by Sean Pringle and later expanded by Dave Davenport.\nThis command installs and configures rofi with configuration from CTT's DWM repo.\nhttps://github.com/ChrisTitusTech/dwm-titus" script = "rofi-setup.sh" task_list = "I FM" [[data]] name = "Waydroid" description = "Waydroid is an emulator that allows you to run Android apps and games on Linux." script = "waydroid-setup.sh" task_list = "I SS" [[data.preconditions]] matches = true data = { environment = "XDG_SESSION_TYPE" } values = ["wayland", "Wayland"] [[data]] name = "ZSH Prompt" description = "The Z shell is a Unix shell that can be used as an interactive login shell and as a command interpreter for shell scripting. Zsh is an extended Bourne shell with many improvements, including some features of Bash, ksh, and tcsh.\nThis command installs ZSH prompt and provides basic configuration." script = "zsh-setup.sh" task_list = "I FM"