Skip to content

lkskrt/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.files

Setup

Dotfiles Only

cd ~
git clone git@github.com:lkskrt/dotfiles.git
cp -r dotfiles/* dotfiles/.* .
rm -rf dotfiles

Whole System

To install Arch on a new system boot into Arch ISO and first download the repo:

git clone https://github.com/lkskrt/dotfiles.git

Install fish:

pacman -Sy fish

Then execute the bootstrap script:

dotfiles/bin/setup/bootstrap_arch.fish TARGET_DEVICE EFI_SYSTEM_PARTITION_DEVICE

The system should now be ready to boot Arch from the target device. Reboot, login and finish setup by executing:

dotfiles/bin/setup/configure_arch.fish

i3 & sway

To be able to support both i3 and sway the config is split in a common and i3/sway specific part.

Build it first by executing ~/.config/i3/build.

ℹ️ Sway config has not been tested for a long time and probably does not work anymore.