Skip to content

rumyantseva/devenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devenv

🍭 Configuration of my local development environment.

❗️ This is my personal configuration. Please be attentive if you are going to reuse it. Before applying this configuration, check it carefully and make sure it won't cause damage to your system.

📝 If you see that something could be improved, don't hesitate to offer a pull request.

How to apply

Brew

  1. Install brew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Install development tools and applications:
brew bundle --file ./Brewfile.work
  1. Install applications used for personal needs:
brew bundle --file ./Brewfile.home

iTerm2 profile

  1. Profile -> Edit Profiles -> Other Actions -> Import JSON Profiles...
  2. Choose the file iterm.default.profile.json from this repo.

Fish

  1. Make fish the default shell:
echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/fish
  1. Add fish paths and configs:
fish_add_path /opt/homebrew/bin

About

Configuration of my local development environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published