All Projects → simonsmith → Dotfiles

simonsmith / Dotfiles

My mac setup

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Dotfiles

Dotfiles
🏠
Stars: ✭ 60 (-25%)
Mutual labels:  dotfiles
Dotfile
Simple version control made for tracking single files
Stars: ✭ 71 (-11.25%)
Mutual labels:  dotfiles
Pilgo
Configuration-based dotfiles manager
Stars: ✭ 78 (-2.5%)
Mutual labels:  dotfiles
Dotfiles
Setup your Mac and sync it with your other machines.
Stars: ✭ 61 (-23.75%)
Mutual labels:  dotfiles
Aarkay Archived
AarKay is a language independent code generation framework. This project has been deprecated and is no longer maintained.
Stars: ✭ 69 (-13.75%)
Mutual labels:  dotfiles
.dotfiles
These are my .dotfiles. There are many like them, but these ones are mine.
Stars: ✭ 72 (-10%)
Mutual labels:  dotfiles
Dotfiles
📃 My configuration files: Vim, Bash, JavaScript, tmux
Stars: ✭ 59 (-26.25%)
Mutual labels:  dotfiles
Standard Aliases
Attempt at defining a standard extension to Linux in form of Bash functions
Stars: ✭ 79 (-1.25%)
Mutual labels:  dotfiles
Dotfiles
💻 Dotfiles for zsh, vim, emacs, tmux, and bash. Tested on mac os.
Stars: ✭ 70 (-12.5%)
Mutual labels:  dotfiles
Dotfiles
💻 These are my dotfiles. There are many like them, but these ones are mine.
Stars: ✭ 77 (-3.75%)
Mutual labels:  dotfiles
Dotfiles
well-tailored NixOS & nix-darwin dotfiles
Stars: ✭ 63 (-21.25%)
Mutual labels:  dotfiles
Dotfiles
My personal configuration management system
Stars: ✭ 66 (-17.5%)
Mutual labels:  dotfiles
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (-8.75%)
Mutual labels:  dotfiles
Bspwm Dotfiles
My Arch+Bspwm dotfiles
Stars: ✭ 61 (-23.75%)
Mutual labels:  dotfiles
Tmux Config
Tmux configuration, that supercharges your tmux to build cozy and cool terminal environment
Stars: ✭ 1,210 (+1412.5%)
Mutual labels:  dotfiles
Dotfiles
My Neovim + Tmux + Zsh dev setup
Stars: ✭ 60 (-25%)
Mutual labels:  dotfiles
.dots
💻 All of my dotfiles.
Stars: ✭ 72 (-10%)
Mutual labels:  dotfiles
Dotfiles
Gallery : https://fikriomar16.deviantart.com/
Stars: ✭ 79 (-1.25%)
Mutual labels:  dotfiles
Prompt So Fancy
Fancy terminal
Stars: ✭ 79 (-1.25%)
Mutual labels:  dotfiles
.emacs.d
My emacs configuration
Stars: ✭ 76 (-5%)
Mutual labels:  dotfiles

.dotfiles

Mac config and setup steps.

First steps

Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

This will also install command line tools

Clone dotfiles to home directory

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

Install

Run install script from dotfiles directory:

cd dotfiles
./install.sh

Set macOS defaults:

./scripts/macos.sh

When complete, open new terminal window and run zplug install

Manual steps

  • Add private dotfiles to home directory (.extra and .gitconfig.local).
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].