Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from accdias/dotfiles

This is my dotfiles collection, a set of configuration files I use to customize tools I use in a day by day basis.

Notifications You must be signed in to change notification settings

tmrizzo/dotfiles

 
 

Repository files navigation

dotfiles collection

This is my dotfiles collection, a set of configuration files I use to customize different tools.

Installation

  • Use GNU Stow to manage dotfiles.
  • Stow is a symlink farm manager which takes distinct packages of software and/or data located in separate directories on the filesystem, and makes them appear to be installed in the same place
$ dnf install -y stow pcre-tools vim tmux
$ mkdir ~/git
$ git clone https://github.com/tmrizzo/dotfiles
$ cd ~/git/dotfiles
$ stow -t ~ *
  • The stow -t DIR sets the target directory to DIR instead of the parent of the stow directory, i.e ~ is the home directory.

  • You also have the option to install only the dotfile you want, like so:

# cd ~/git/dotfiles
# stow -t ~ vim
  • Don't want to use Stow? Symlink it manually.

Packages

# dnf install codium vim pcre-tools stow tmux gnome-tweak-tool tilix toolbox podman podman-docker podman-compose pavucontrol

Flatpak

  • Flathub stable and beta:
$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
$ flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo

About

This is my dotfiles collection, a set of configuration files I use to customize tools I use in a day by day basis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 64.4%
  • Shell 35.6%