Skip to content

Ezequiel294/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sway

Desktop Dev Terminal

Index

Overview

The following instructions are a guide to installing and configuring Arch. Before following these instructions, it is necessary to know Linux-based operating systems and command line interfaces.

Note

  • Arch Linux installation images do not support Secure Boot. You will need to disable Secure Boot to boot the installation medium.
  • Code examples may contain placeholders that must be replaced manually.

List of Requirements

  • Internet connection
  • 64-bit computer Using UEFI
  • Keyboard and Mouse
  • At least 2GB of available RAM Memory
  • At least 16GB of available storage

Arch Installation

  1. Follow the instructions in the README.md file in my other repository Arch-Installation

Sway installation and configuration

  1. After installing Arch, run my post-installation script
sh $HOME/Scripts/post-install.sh
  1. Restart your computer
reboot

FAQ

To update the pkg.txt file with all the packages installed in your system

sh $HOME/Scripts/Arch/update_pkg.sh

To push the modification, you have to use dotfiles instead of git.

dotfiles push