Code Monkey home page Code Monkey logo

dotfiles's Introduction

🧰 Dotfiles

Repository for all my dotfile configurations, and installation steps to get everything running on a new Mac OS machine. Not advised to blindly copy paste from this repo, this is all for personal use, feel free to get inspired.

Table of contents

⚙️ Installing the setup

Curl install script to get all packages, casks and fonts, also changes default shell to zsh:

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

Clone this repository onto your machine:

git clone https://github.com/damianveltkamp/dotfiles.git ~/Documents/development/dotfiles

Create a config directory on your machine on your home path if you don't already have one

mkdir -p ~/.config

Make simlinks for all dotfiles and config files.

cd ~/Documents/development/dotfiles && stow --ignore ".DS_Store" -vt ~/ nvim pandoc bin alacritty git zsh tmux yabai skhd sketchybar

Start yabai, skhd and sketchybar services.

brew services start yabai && brew services start skhd && brew services start sketchybar

🔧 Manual installation steps

  • Set capslock key to escape key.
  • Set keyboard input source to Dutch
  • Remove Mac input sources shortcuts.
  • Set alfred to launch with cmd space, remove spotlight to launch with cmd space.
  • Install XCode developer tools

Pandoc

Install glossaries for pandoc by running:

sudo tlmgr install glossaries

Clone citation styles

git clone https://github.com/citation-style-language/styles.git ~/.config/pandoc-citation-styles

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.