Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 1.38 KB

README.md

File metadata and controls

69 lines (46 loc) · 1.38 KB

~/dotfiles

Dotfile configuration for archlinux.

Screenshots

main screen with dashboard plugin

cmd line with noice plugin

Telescope plugin

git diff with Neogit plugin

Install

To setup the configuration files, it is recommended to install:

When setting up, first clone this repository in the main $HOME folder.

$ cd ~/
$ git clone [email protected]:phcurado/dotfiles.git
$ cd dotfiles

Install the packages with:

$ paru -S - < arch-pkgs/pkgs.txt

or using the Makefile

$ make install

Then use the GNU stow to create symlinks:

$ stow .

Some files might conflict, stow will throw an error and list the files that already exists on the OS. It's possible to override the existent files, adding the --adopt argument on stow:

$ stow --adopt .

To save the current system dependencies in the pkgs.txt file run:

$ paru -Qqen > arch-pkgs/pkgs.txt

or using the Makefile

$ make tofile