shuntagami / dotfiles

MacOS / Ubuntu dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

MacOS / Ubuntu dotfiles.

With this dotfiles, it

  • allows you to setup dev environment in just 3 commands 🚀.
  • would work both on MacOS and Ubuntu✨.

Warning

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!

Requirement

  • 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

How to use

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

For Mac user

  • 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)

sample

For Visual Studio Code user

  • Setup Visual Studio Code
$ ~/dotfiles/vscode/setup.sh

Keywords

About

MacOS / Ubuntu dotfiles

License:MIT License


Languages

Language:Python 36.7%Language:Shell 34.9%Language:Ruby 11.7%Language:Lua 10.2%Language:Vim Script 5.1%Language:JavaScript 1.3%Language:PowerShell 0.0%