Code Monkey home page Code Monkey logo

dotfiles's Introduction

A collection of dotfile configuration scripts

1. Install Homebrew

Brew

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

Git

brew install git
sh bin/apply_git_settings

Usage

Set hostname

sh bin/apply_basic_settings

Apply System Defaults

sh bin/apply_default_settings

Install Desktop Applications

sh bin/install_homebrew_casks

Install Brew packages

brew bundle --file=homebrew/Brewfile

Software Configuration

Apply Software Symlink

sh bin/apply_symlinks

ZSH Setup

Set Default Shell

echo $(which zsh) | sudo tee -a /etc/shells
chsh -s $(which zsh)

Zplug

Zplug

curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh

Prezto

Prezto

git clone --recursive --depth 1 https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
git clone --recursive --depth 1 https://github.com/belak/prezto-contrib  "${ZDOTDIR:-$HOME}/.zprezto/contrib"

Custom configurations

edit ~/.zshenv and set your own $DEV_DIR and $DOTFILE_DIR

Programming Dev setup

git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.0

Restart Shell

sh bin/install_dev_env

Alfred Integration

ln -s $(which node) /usr/local/bin/node

Bat

To pickup the Nord theme.

bat cache --build

Tmux

mkdir -p ~/.tmux/plugins

Install Plugins

run tmux ctrl-s shift-i

Yabai Window Manager

Yabai Window Manager

Simple Keyboard Hot Keys

Post Install Settings

Visual Studio Code

Enable key repeat

defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false

Tools Included

dotfiles's People

Contributors

aseng-avant avatar natsumi avatar sergio-amount avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.