Skip to content

Commit

Permalink
Merge pull request #49 from nbhirud/arch_01
Browse files Browse the repository at this point in the history
Arch 01
  • Loading branch information
nbhirud authored May 25, 2024
2 parents 8da35b0 + 69f3312 commit f4daec4
Showing 1 changed file with 112 additions and 0 deletions.
112 changes: 112 additions & 0 deletions linux/arch/arch_todo_after_fresh_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@

##########################################################################
########## Installation - using archinstall script
##########################################################################

# when you get the tty prompt, type:
archinstall

# You will get a lot of options to choose from, for customizing how you want your system to be
# Choose the following:

# Archinstall laoguage - English (100%)
# Mirrors - Defalut
# Locales - Default
# keyboard - us
# Locale language - en_US
# Locale encoding - UTF-8
# Disk configuration - Use a best-effort default partition layout
# Select one or more devices to use and configure - select the appropriate one
# filesystem - ext4

# Bootloader - Grub
# Swap - True
# Hostname - nbArch
# Root password - <set something strong and complicqated)
# User account -
# Add a user
# Enter username - abc
# Password for user "abc" - xyz
# Should "abc" be a superuser (sudo)? - yes
# confirm and exit
# Profile -
# Type - Desktop
# Select desired desktop env - Gnome
# Graphics driver - <open and check this>
# Greeter (boot loader) - sddm
# Audio - Pipewire
# Kernels - linux
# Additional packages -
# firefox chromium vim pcmanfm dmenu
# Network configuration - Use NetworkManager
# Timezone - America/New York
# Automatic time sync (NTP) - True
# Optional repositories - multilib

## Save configuration (to create a re-usable config - optional), then Install




##### Notes
# pcmanfm - a file manager
# dmenu - a run launcher
# Terminal emulator alacritty is installed by default




##########################################################################
########## Installation - the traditional way
##########################################################################



##########################################################################
########## Install software
##########################################################################

# sudo pacman -S emacs # just for syntax

##########################################################################
##########
##########################################################################

xprop


##########################################################################
##########
##########################################################################



##########################################################################
##########
##########################################################################




##########################################################################
##########
##########################################################################




##########################################################################
##########
##########################################################################






##########################################################################
##########
##########################################################################



0 comments on commit f4daec4

Please sign in to comment.