Go to file
Santiago Soler 190b84ce1e
Use vim onedark but change the white color (#38)
2021-06-07 14:50:08 -03:00
dotfiles Use vim onedark but change the white color (#38) 2021-06-07 14:50:08 -03:00
i3 Clean up the repository and update README.md 2021-02-19 09:52:01 -03:00
others Clean up the repository and update README.md 2021-02-19 09:52:01 -03:00
.gitignore Created .gitignore 2018-09-25 18:03:50 -03:00
README.md Remove colons from YAML files list 2021-02-19 09:53:34 -03:00
copy Clean up the repository and update README.md 2021-02-19 09:52:01 -03:00
packages.yml Add gajim to packages.yml 2021-04-10 21:46:28 -03:00
yay_packages.yml Add cawbird to yay_packages 2021-05-04 11:01:35 -03:00

README.md

My configuration files

What's in here?

This repo contains my personal configuration files so I can easily and quickly set up any fresh-installed system with my favourite tools and appearance.

My files are divided in folders:

  • dotfiles/: dotfiles for any DE or WM
  • i3/: dotfiles for i3-gaps WM
  • others/: other configuration files (unused or that need some update)

I also keep a list of the packages I normally use in YAML files:

  • packages.yml
  • yay_packages.yml

These files can be used along Settle for a quick and interactive way of installing them. For example:

settle packages.yml

and

settle -p yay yay_packages.yml

How to copy them

Clone the repo:

git clone https://www.github.com/santisoler/dotfiles

Enter into the cloned directory:

cd dotfiles

Copy every file from the dotfiles folder to your $HOME using the copy script:

bash copy

Alternatively, you can use cp to do it manually. You can add some extra arguments for backing up the original files and more. For example:

cp -r --backup=numbered i3/. -t ~