Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.28 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.28 KB

.dotfiles

This repository contains dotfiles for macOS and Linux, tailored for specific configurations based on the operating system, package manager, and shell.

Requirements

Usage

The installation scripts below clone the repository into the $HOME directory and use stow to symlink the dotfiles from the repository to their expected locations. Additional scripts and dotfiles can be found in the individual branches.

macOS

Branch

macos-brew-zsh

Installation

/bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/rajatdiptabiswas/.dotfiles/macos-brew-zsh/scripts/setup.sh)"

Linux

Branch

linux-apt-bash

Installation

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/rajatdiptabiswas/.dotfiles/linux-apt-bash/scripts/setup.sh)"

Acknowledgements