Giter Site home page Giter Site logo

install-scripts's Introduction

Install-Scripts

My scripts, to easy install my base This README file is just for me to remember the installation

Change what you need spacely the name and passwd for root and you.


Arch Base install will do:

What you have to do first:

  1. Partition the Disk (in my case with fdisk)

fdisk /dev/... g Partition One: +256M t 1 Partition Two: root

  1. Make the filesystems

mkfs.vfat /dev/...1 mkfs.ext4 /dev/...2

  1. Mount the Partitions

mount /dev/...2 /mnt mkdir -p /mnt/boot/efi mount /dev/...1 /mnt/boot/efi

  1. Then do the really base install

pacstrap /mnt base linux linux-firmware git vim intel-ucode

  1. Generate FSTAB

genfstab -U /mnt >> /mnt/etc/fstab

  1. ChRoot

arch-chroot /mnt

  1. OPTIONAL: Swapfile
  2. Run the install script:

This is everething the base install script will do:


  • Set everything to german
  • set the time
  • set the host/-name
  • the root-passwd
  • install everything i need

efibootmgr networkmanager network-manager-applet dialog wpa_supplicant reflector base-devel linux-headers xdg-user-dirs xdg-utils nfs-utils inetutils bluez bluez-utils cups alsa-utils pulseaudio pavucontrol openssh rsync acpi acpi_call tlp virt-manager bridge-utils openbsd-netcat iptables-nft ipset firewalld flatpak sof-firmware acpid os-prober kitty git

  • install my drivers

nvidia nvidia-utils nvidia-settings xf86-video-intel

  • install grub
  • enable everything
  • and add my user and waht I need (set passwd, edit visudo, ...)

The i3 setup script:

Just run the script. It will do:

  • get latest pacman mirrors
  • setup firewalld
  • install some things (:

xorg lightdm firefox i3 i3-gaps picom rofi dmenu vlc libreoffice lightdm-gtk-greeter

  • and finish.

After thet I install yay and with it:

auto-cpufreq optimus-manager optimus-manager-qt and thet set up thes two.

install-scripts's People

Contributors

hirschiii avatar

Watchers

 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.