Skip to content

phcurado/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published