This repository contains my personal configuration files (dotfiles) for various development tools. Currently, it includes configurations for RStudio, VSCode, and zshrc.
To get started with these dotfiles, you can clone the repository to your local machine and set up the symlinks to use these configurations.
gitinstalled on your machine- Basic knowledge of shell commands
- Tools installed for the configurations you will be using (e.g., RStudio, VSCode, zsh)
The repository currently includes the following directories:
zsh- zsh shell config files.zshrc- Configuration file for zsh
RStudio- RStudio config filesrstudio-prefs.json- Preferences for RStudio.Rprofile- RStudio start-up file
VSCode- VSCode config filessettings.json- User settings for VSCodekeybindings.json- Custom keybindings for VSCode
Clone the repository:
git clone https://github.com/yourusername/dotfiles.git
cd dotfilescp .zshrc ~/.zshrc
mkdir -p ~/.config/rstudio
cp rstudio-prefs.json ~/.config/rstudio/rstudio-prefs.json
mkdir -p ~/.config/Code/User
cp vscode/settings.json $HOME/Library/Application\ Support/Code/User/settings.json
*** You may need to restart your applications to apply the new settings ***.