Skip to content

relztic/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Config Mirror of my Local Environment | ⚙️ 👾


Bash Homebrew VS Code

Custom terminal setup to streamline my development workflow.
Synchronized using symbolic links.

Installation

# Config
ln -s $PWD/.config $HOME/.config

# Shells
ln -s $PWD/.bashrc $HOME/.bashrc
ln -s $PWD/.zshrc $HOME/.zshrc

# Local Profile
cp $PWD/.config/bash/.bash_profile.local $HOME/.bash_profile.local

# Homebrew
brew bundle install

# VS Code
rm $HOME/Library/Application\ Support/Code/User/settings.json
ln -s $PWD/.config/vscode/settings.json $HOME/Library/Application\ Support/Code/User/settings.json
cat $PWD/.config/vscode/extensions.txt | xargs -L 1 code --install-extension

Dependencies

Take 🎂, Folks! 🌮 🐴 💨

About

Config Mirror of my Local Environment | ⚙️ 👾

Topics

Resources

License

Stars

Watchers

Forks

Contributors