Skip to content

esaudet/dotfiles

Repository files navigation

dotfiles

This is my fancy archlinux mbp config 😄

ScreenShot

Installation

$ git clone https://github.com/Monkeet/dotfiles ~/.dotfiles
$ ~/.dotfiles/install

That's it ! Now reboot your machine 😄

Create a list of installed packages

$ pacman -Qet | cut -d " " -f 1 > packages

Restore a list of packages (on a new system)

$ sudo pacman -S $(cat packages)

If they include aur packages you can

$ yay -S $(cat packages)

About

My dotfiles for my fancy laptop config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published