MacOS / Ubuntu dotfiles.
With this dotfiles, it
- allows you to setup dev environment in just 3 commands 🚀.
- would work both on MacOS and Ubuntu✨.
If you want to give these dotfiles a try, you should first fork this repository, review the code, and remove things you don’t want or need. Don’t blindly use my settings unless you know what that entails. Use at your own risk!
- 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 --install
Run 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