8000 GitHub - sydrawat01/dotfiles at v2.0.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sydrawat01/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

80 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

.files

A simple way to setup a new MacOS laptop/desktop for development, using just one command.

NOTE: This repository contains sysconfigs for my personal computer, if you use anything from the runcom/ folder, please use it at your own risk!

πŸ’Ύ Softwares

This script installs the basic software tools for developer requirements. Although this list is exhaustive, it does not end here. I am open to suggestions and PRs that will help expand this utility!

  • XCode developer tools
  • Homebrew
  • Firefox developer Ed
  • Google Chrome developer Ed
  • Node Version Manager
  • NodeJS & NPM
  • Yarn
  • Postman
  • VSCode
  • Oh-My-Zsh
  • Hyper Terminal
  • Slack
  • Zoom
  • Bitwarden

πŸ“‚ Folder structure

.
β”œβ”€β”€ osx.sh
β”œβ”€β”€ .gitignore
β”œβ”€β”€ LICENSE
β”œβ”€β”€ yarn.lock
β”œβ”€β”€ package.json
β”œβ”€β”€ README.md
β”œβ”€β”€ configs
β”‚ β”œβ”€β”€ hyper
β”‚ β”‚ β”œβ”€β”€ .hyper_plugins
β”‚ β”‚ β”‚ └── blur.js
β”‚ β”‚ └── .hyper.js
β”‚ β”œβ”€β”€ npm
β”‚ β”‚ └── .npmrc
β”‚ β”œβ”€β”€ vim
β”‚ β”‚ └── .vimrc
β”‚ └── vscode
β”‚   β”œβ”€β”€ .babelrc
β”‚   β”œβ”€β”€ .eslintrc
β”‚   β”œβ”€β”€ .prettierrc
β”‚   β”œβ”€β”€ extensions.txt
β”‚   β”œβ”€β”€ java.json
β”‚   β”œβ”€β”€ keybindings.json
β”‚   └── settings.json
β”œβ”€β”€ extras
β”‚ └── cmd-colors.sh
β”œβ”€β”€ git
β”‚ β”œβ”€β”€ hooks
β”‚ β”‚ └── prepare-commit-message
β”‚ β”œβ”€β”€ .gitmessage
β”‚ └── .gitconfig
└── runcom
  β”œβ”€β”€ .bash_profile
  β”œβ”€β”€ .zprofile
  β”œβ”€β”€ .zshrc
  β”œβ”€β”€ Dracula.terminal
  └── material-theme.terminal

⬇️ One script install

To install, copy the below command and paste it in your terminal:

/bin/bash -c "$(curl -fsSL https://raw/githubusercontent.com/sydrawat01/dotfiles/master/osx.sh)"

:octocat: Clone and setup

Clone this repository in your desired path using:

git clone https://github.com/sydrawat/dotfiles.git

To run the script to install all basic software with personal configs on your Mac, use this shell script: osx.sh.

Although not required, provide exec permissions to this file, just to avoid any problems executing the shell script:

chmod +x osx.sh

Then, run the file:

./osx.sh

All your dev needs installed in one go!

πŸ—’οΈ Additional resources/references

πŸ₯· Author

Siddharth Rawat

πŸ“œ License

License: MIT

About

πŸ’» Automated personal dotfiles for macOS workspace/settings. One-click install & setup.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  
0