MacOS / Ubuntu dotfiles.
With this dotfiles, it
- allows you to setup dev environment in just 3 commands 🚀.
- would work both on MacOS and Ubuntu✨.
- Ubuntu(>=20.04)(for Ubuntu user.)
- XCode Command Line Tools(for Mac user. if you don't have, get by runnning following command.)
$ xcode-select --installRun the following commnad.
$ bash -c "$(curl -fsSL raw.githubusercontent.com/shuntagami/dotfiles/main/scripts/install-dotfiles.sh)"
$ ~/dotfiles/scripts/install-packages.sh
$ ~/dotfiles/scripts/deploy.sh- Setup macOS.
$ ~/dotfiles/scripts/macos.sh- Setup Iterm.
(Preferences(⌘,) → Preferences → check Load preferences from a custom folder or URL, change it to /Users/Username/dotfiles/misc)
- Setup Visual Studio Code
$ ~/dotfiles/vscode/setup.sh