ammardev / dotfiles

[WIP] My personal dotfiles with installation script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My personal dotfiles with installation script

The installation script will do the following:

  • Install the app from Homebrew/apt-get (If it's not installed).
  • Backup your existing dotfiles.
  • Add the new dotfiles using symbolic link (To be able to update the dotfiles form the repo later).

Installation

Run the installation command:

chmod +x install.sh
./install.sh --interactive

You can run the command using dry run mode to test the command without modifing your files.

./install.sh --interactive --dry-run

The script will ask you which dotfile you want to install: image

About

[WIP] My personal dotfiles with installation script


Languages

Language:Shell 87.4%Language:Lua 12.6%