HarshKapadia2 / dotfiles

Harsh Kapadia's dotfiles.
MIT License
0 stars 0 forks source link
dotfiles

Dotfiles

Harsh Kapadia's dotfiles.

Dotfiles Present

Setup

The setup script will symlink dotfiles to the current user's home directory and optionally install packages. The behaviour depends on the arguments with which the script is invoked.

Arguments

./setup [--force-setup] [--install-pkg] [--help]

No arguments

--force-setup

--install-pkg

--delete

--help

Execution Instructions

# Navigate to the current user's home directory
$ cd ~

# Clone the repository
$ git clone https://github.com/HarshKapadia2/dotfiles.git

# Navigate to the dotfiles repository
$ cd ~/dotfiles

# Run the setup script
$ ./setup
# Or
$ bash setup
# Or with arguments
$ ./setup --force-setup --install-pkg

# Check changes
$ ls -al ~ # Symlinked dotfiles should be present

Resources