Skip to content

A collection of config files and shell scripts to setup a new system with my preferred vim, tmux, zsh etc. configurations and system preferences.

License

Notifications You must be signed in to change notification settings

PranayB003/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles Repository

A collection of shell scripts to setup a macOS system with my preferred vim, tmux, terminal etc. configurations and system preferences.

Installation

First, clone the repository (preferably in the home directory).

cd ~
git clone https://github.com/PranayB003/.dotfiles.git ./.dotfiles
cd ./.dotfiles

On a new system, things can be setup from scratch using the bootstrap script:

chmod 777 ./bootstrap.sh
./bootstrap.sh

On systems that already have part of the setup complete, individual scripts from /utils can be used. Note that you must be in the .dotfiles directory while executing any of these scripts.
Example:

# Run only once, to grant execution permission for all scripts in utils/
chmod -R 777 ./utils/
./utils/setup_symlinks.sh

About

A collection of config files and shell scripts to setup a new system with my preferred vim, tmux, zsh etc. configurations and system preferences.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published