Giter Site home page Giter Site logo

developomp / setup-script-py Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 0.0 19.85 MB

[OUTDATED: Go to https://github.com/developomp/pompup instead] My arch linux desktop setup.

Home Page: https://setup.developomp.com

License: MIT License

Shell 1.21% Python 91.64% Vim Script 7.15%
arch-linux archlinux linux

setup-script-py's Introduction

setup-script-py's People

Contributors

developomp avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

setup-script-py's Issues

grub

  • vimix theme
  • timeout: 1
  • timeout style: hidden

append to fstab

  • check if uuid for disk /media/pomp/data exists
  • append to fstab is it doesn't
  • post install step: reboot

use flatpak

  • replace as much AUR packages with flatpak
  • install flatseal

Replace GNOME DE with qtile WM

Add vim

  • use nvim (neovim) instead of vim
  • integrated terminal
  • select quoted text
  • language-specific syntax errors
  • eslint
  • preview
    • markdown
    • images
  • autocomplete tag pair
  • formatting (shfmt, gofmt, etc.)
  • nerdtree
  • spell check
  • git integration
    • blame
    • changed line
    • commit & push from vim
  • pomp theme (#24)

grub

  • theme

  • hide menu on boot
    GRUB_TIMEOUT=3
    GRUB_TIMEOUT_STYLE=hidden
    sudo grub-mkconfig -o /boot/grub/grub.cfg

Create custom theme

Goals

(in order)

  • Come up with a color palette (developomp-theme)
  • Apply color to pop-shell
  • Create GTK theme
    • associate cursor and window button layout
    • reuse adw-gtk3 theme for gtk3 apps
  • Create GNOME shell theme (require GNOME user shell extension)
    • create a wallpaper for it
  • Create vscode theme
  • Create vim theme

Resources

Etc

log

Installing XXX

Automate Arch Linux installation

Automate arch installation procedure.

Problems

  • root perm might cause some issues

https://wiki.archlinux.org/title/Installation_guide

  • Update system clock
    timedatectl set-ntp true
  • Formatting and partitioning disk
    • GPT partition, 300MB FAT32, rest - 15GB padding ext4 (no swap)
    • Give the option to go with the default setting or do it manually
    • mount fat32 partition to /efi
    mkfs.fat -F32 /dev/sdxY
    mkfs.ext4 /dev/sdxY
  • mount root partition
    mount /dev/sdXn /mnt
  • Install essential packages
    pacstrap /mnt base linux linux-firmware vim NetworkManager grub efibootmgr
  • generate file system table
    genfstab -U /mnt >> /mnt/etc/fstab
  • chroot
    arch-chroot /mnt
  • set time zone to Asia/Seoul and generate /etc/adjtime
    ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime
    hwclock --systohc
  • uncomment en_US.UTF-8 UTF-8 in /etc/locale.gen and run:
    locale-gen
  • create /etc/locale.conf and write LANG=en_US.UTF-8
  • create /etc/hostname and write pomp
  • create /etc/hosts and write:
    127.0.0.1  localhost
    ::1        localhost
    127.0.1.1  pomp
    
  • set password
    passwd
  • create bootloader
    grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=GRUB
  • edit /etc/default/grub and generate /boot/grub/grub.cfg
    grub-mkconfig -o /boot/grub/grub.cfg
  • reboot

Related material:
https://github.com/MatMoul/archfi
https://gitlab.com/anarchyinstaller/installer

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.