Skip to content

Benjman/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development Environment Setup

Follow these steps to configure your Arch Linux development environment:

  1. Start by following the Arch Linux installation guide until reach the live environment.
  2. Partition your hard drive according to your needs.
  3. Mount the partitions.
  4. Download and run the live environment install script:
curl -O https://raw.githubusercontent.com/Benjman/dotfiles/main/scripts/live-env.sh && /bin/bash live-env.sh
  1. Once in the /mnt environment, download and execute the chroot install script: curl -O https://raw.githubusercontent.com/Benjman/dotfiles/main/scripts/chroot.sh && /bin/bash chroot.sh
  2. Exit the chroot environment, and unmount the partitions: umount -R /mnt
  3. Reboot
  4. Log in as your user. During the first login, user-specific configurations will be executed, which includes:
  5. Run the ML4W setup script:
cd ~/.local/share/repos/ml4w-dotfiles/bin
./ml4w-hyprland-setup
  1. During the setup execution, it should detect the hook files:

Once the setup is complete, you should be all set!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages