All Projects → colbycheeze → Dotfiles

colbycheeze / Dotfiles

Licence: other
Setup and install scripts for a new machine + dotfiles for various apps. Linux, Mac, and Mac (Amazon specific) branches are included.

Programming Languages

ruby
36898 projects - #4 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Dotfiles

defaults.sh
 User Defaults Plist → Shell Script converter with Regex filtering
Stars: ✭ 20 (-94.76%)
Mutual labels:  homebrew, preferences
.dotfiles
💻 My settings for macOS, kitty, zsh, nvim, tmux, and more 🛠
Stars: ✭ 44 (-88.48%)
Mutual labels:  dotfiles, homebrew
dotfiles
Software Installation, Configuration and Preferences for Springload
Stars: ✭ 23 (-93.98%)
Mutual labels:  dotfiles, preferences
atom-standardjs-snippets
⚡ A collection of JavaScript snippets for Atom, Standard Style
Stars: ✭ 47 (-87.7%)
Mutual labels:  atom, snippets
dotfiles
🏠 dotfiles for my macOS environment
Stars: ✭ 17 (-95.55%)
Mutual labels:  dotfiles, homebrew
language-mjml
Atom Editor package providing syntax support for MJML
Stars: ✭ 48 (-87.43%)
Mutual labels:  atom, snippets
Clean-macOS
💻 A simple script to setup a clean environment on macOS
Stars: ✭ 155 (-59.42%)
Mutual labels:  dotfiles, homebrew
Dotfiles
This is a mirror from https://gitlab.com/andreyorst/dotfiles
Stars: ✭ 103 (-73.04%)
Mutual labels:  dotfiles, snippets
30-seconds-of-code-texteditorsnippets
Files to import the 30-seconds-of-code snippets into VSCode, Atom and Sublime.
Stars: ✭ 35 (-90.84%)
Mutual labels:  atom, snippets
pymolsnips
Pymolsnips is a library of PyMOL scripting language code fragments for several popular text editors.
Stars: ✭ 19 (-95.03%)
Mutual labels:  atom, snippets
MacOS-All-In-One-Update-Script
Mac update shell script (Appstore, macOS, Homebrew and others)
Stars: ✭ 39 (-89.79%)
Mutual labels:  atom, homebrew
React Native Snippets
✏️ A collection of React Native snippets for Sublime Text and Atom
Stars: ✭ 257 (-32.72%)
Mutual labels:  atom, snippets
Dotfiles
🌷
Stars: ✭ 209 (-45.29%)
Mutual labels:  dotfiles, homebrew
atom-perl6-editor-tools
A collection of useful Perl 6 editor tools
Stars: ✭ 19 (-95.03%)
Mutual labels:  atom, snippets
Dotfiles
vim, zsh, git, homebrew, nvm, neovim - my whole world
Stars: ✭ 2,217 (+480.37%)
Mutual labels:  dotfiles, homebrew
cleanmymac
A developer friendly command line cleaner program for modern macOS systems
Stars: ✭ 35 (-90.84%)
Mutual labels:  atom, homebrew
Dotfiles
My configurations and scripts
Stars: ✭ 82 (-78.53%)
Mutual labels:  dotfiles, snippets
Mac Bootstrap
💻 Provision a new Mac for web development with dotfiles + Fish/Zsh, Neovim, and Tmux
Stars: ✭ 96 (-74.87%)
Mutual labels:  dotfiles, preferences
dotfiles-legacy
. .✧ · 🌎 ✷ ✫ 🌙 · ✵ 🚀✵ * ✵ · 🌌✫ ✷ · ✧ .
Stars: ✭ 15 (-96.07%)
Mutual labels:  dotfiles, homebrew
dotfiles
My dotfiles
Stars: ✭ 16 (-95.81%)
Mutual labels:  dotfiles, snippets

New Mac Web Dev Setup scripts

Customizing

I do NOT recommend installing all of my setup without looking through what is happening and customizing it for yourself. Fork this repo and update anything you like.

Look through the shell scripts in setup folder to see what programs are being installed. You can add or remove everything from there. Most likely, if you are not a VIM power user you will want to modify some of the shell and atom plugins/config to suit yours preferences.

Pre-Setup (If you don't have Homebrew and/or Github setup with SSH access)

Install Homebrew and git, and set up SSH for Github

curl --remote-name https://raw.githubusercontent.com/colbycheeze/dotfiles/master/setup/pre-setup.sh
chmod a+x pre-setup.sh
./pre-setup.sh

Manually Install latest (non beta) Xcode from the app store

Setup

git clone [email protected]:colbycheeze/dotfiles.git ~/dotfiles && cd ~/dotfiles/setup && git checkout amazon && chmod a+x applications.sh && chmod a+x finishSetup.sh ./applications.sh

Finishing touches

  1. open tmux and install plugins: CTRL + A, I
  2. open nvim and run :PlugInstall and :UpdateRemotePlugins
  3. Register Divvy and add any hotkeys for window management
  4. Change key repeat rate / delay to fast/short in keyboard preferences
  5. Swap ESC and CAPS key in keyboard preferences (OSX Sierra now supports this)
  6. Connect iterm2 profile to dotfiles: (instructions)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].