All Projects → aajjbb → Dotmanager

aajjbb / Dotmanager

Licence: mit
An easy way to manage your dotfiles

Programming Languages

perl
6916 projects

Labels

Projects that are alternatives of or similar to Dotmanager

Dotfiles
🍙 dotfiles
Stars: ✭ 541 (+10720%)
Mutual labels:  dotfiles
Termuxarch
You can use setupTermuxArch.bash 📲 to install Arch Linux in Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/TermuxArch/docs/install
Stars: ✭ 653 (+12960%)
Mutual labels:  dotfiles
Dotfiles
A repository that gathered files starting with dot
Stars: ✭ 701 (+13920%)
Mutual labels:  dotfiles
Dotfiles
💾 Ian's dotfiles, utils, and Zsh/Vim/tmux configs
Stars: ✭ 554 (+10980%)
Mutual labels:  dotfiles
Dotfiles
Config files for ZSH, Java, Ruby, Go, Editors, Terminals and more.
Stars: ✭ 639 (+12680%)
Mutual labels:  dotfiles
Dot vim
🐉 The Vim Configuration of Champions. Uses Plug to manage roughly four thousand plugins. The dragon symbolizes complexity.
Stars: ✭ 660 (+13100%)
Mutual labels:  dotfiles
Dotfiles
Settings for various tools I use.
Stars: ✭ 513 (+10160%)
Mutual labels:  dotfiles
Dotfiles
@holman does dotfiles
Stars: ✭ 6,397 (+127840%)
Mutual labels:  dotfiles
Dotfiles
i3 + Plasma: using the i3 window manager on the top of KDE Plasma and other dotfiles, configurations, scripts, workarounds and practises from my Debian Sid machines.
Stars: ✭ 651 (+12920%)
Mutual labels:  dotfiles
Nix Darwin
nix modules for darwin
Stars: ✭ 700 (+13900%)
Mutual labels:  dotfiles
Dotfiles
Dotfiles for unix, managed by GNU stow.
Stars: ✭ 617 (+12240%)
Mutual labels:  dotfiles
Dotfiles
Zsh, Karabiner, VS Code, Sublime, Neovim, Nix
Stars: ✭ 634 (+12580%)
Mutual labels:  dotfiles
Dotfiles
Dotfiles for macOS
Stars: ✭ 678 (+13460%)
Mutual labels:  dotfiles
Dotfiles
🖥 My workstation/laptop dotfiles.
Stars: ✭ 553 (+10960%)
Mutual labels:  dotfiles
Dotfiles
my Vim/Tmux config 💪⚡️
Stars: ✭ 712 (+14140%)
Mutual labels:  dotfiles
Dotfiles
Let's be honest: mostly Emacs.
Stars: ✭ 536 (+10620%)
Mutual labels:  dotfiles
Awesome Dotfiles
A curated list of dotfiles resources.
Stars: ✭ 6,295 (+125800%)
Mutual labels:  dotfiles
Dotdrop
Save your dotfiles once, deploy them everywhere
Stars: ✭ 813 (+16160%)
Mutual labels:  dotfiles
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+14400%)
Mutual labels:  dotfiles
Dotfiles
🔧 .files, including ~/.macos — sensible hacker defaults for macOS
Stars: ✭ 27,262 (+545140%)
Mutual labels:  dotfiles

dotmanager

Perl script to automate the process of install and update our classical dotfiles repositories.

Usage:

  1. Clone/Fork this repository and copy 'dotmanager.pl' to your dotfiles repository

  2. Open dotmanager.pl and configure the hash %files to your repository needs, you must map the file name with it's folder in your system. Example:

my %files = (
    ".emacs" => $base_dir
);
  1. Changes base_dir the right base directory of your system (usually ~/), using base_dir variable let your %file hash to be less verbose.
  • To install the current files of the repository to the system, run perl dotmanager.pl --install
  • To update the repository with changes you have done in the system, run perl dotmanager.pl --update
  • dotmanager now asks for each file individually whether you want to install/upgrade it. To skip this individual checking, use the --skip option. For example perl dotmanager.pl --install --skip

TODO:

Simplify the way to ignore files.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].