Code Monkey home page Code Monkey logo

arch-up's Introduction

arch-up

This script allows you to quickly install and configure all the necessary software for Arch Linux.

Desktop environments supported:

  • Gnome
  • KDE

The script contains the most necessary software in my opinion, but you can make a fork and edit it as you need.

After installing the programs, all system and software settings are configured (optional). As a result of the configuration, you get a fully configured system, ready-to-work out of the box. You can install everything with default parameters in a virtual machine to see if it will suit you. The default settings will introduce you to the best practices that the script author has found. You can always make a fork and customize everything for yourself.

Automatic install

To start the automatic dowloading and execution of the script, run the command:

curl -sSL https://raw.githubusercontent.com/dy-sh/arch-up/main/download.sh -o arch-up.sh && bash arch-up.sh 

You can use a short link, but it may become invalid over time:

curl -sSL https://rb.gy/5abct -o arch-up.sh && bash arch-up.sh 

or:

curl -sSL https://t.ly/9xK39 -o arch-up.sh && bash arch-up.sh 

Manual install

Clone the repository or make a fork and customize the script for yourself. Unnecessary programs can simply be commented out.

git clone https://github.com/dy-sh/arch-up
cd arch-up
chmod +x ./*.sh
chmod +x config/*.sh
nano install.sh
./install.sh

install.sh - is a script that installs all the software from the list inside the script. After installing all the software, it runs config.sh (optional).

config.sh - is a script that configures all programs. It runs separate scripts for each program in the config folder.

arch-up's People

Contributors

dy-sh avatar planer-pro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.