GithubHelp home page GithubHelp logo

.dotfiles's Introduction

My dotfiles

Install

Adopting the dotfiles all together is feasible with the following steps:

# 1 create a git alias with preconfigured revision and woking tree dirs
alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

# 2 prevent bare recursion problems
echo ".dotfiles" >> .gitignore

# 3 bare-clone the repo in the ignored dir
git clone --bare [email protected]:amadeomano/.dotfiles.git $HOME/.dotfiles

# 4 double-check existance of the `dot` alias
alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

# 5 checkout to the version-controlled working tree
dot checkout

# 6 clean up the `dot status`
dot config --local status.showUntrackedFiles no

Tools

The following tools are being used and configured by my setup

OS Utilities

SketchyBar dependencies

Terminal Utilities

Dev tools

Fisher plugins

Fonts

  • brew tap homebrew/cask-fonts && brew install --cask font-jetbrains-mono-nerd-font
  • curl -L https://github.com/kvndrsslr/sketchybar-app-font/releases/latest/download/sketchybar-app-font.ttf -o $HOME/Library/Fonts/sketchybar-app-font.ttf

Apps

NVIM Plugins

VS Code extensions

Custom search engines

Name Shortcut URL
Bundle Phobia bun https://bundlephobia.com/result?p=%s
Calendar cal https://calendar.google.com/calendar/u/0/r
Confluence con https://personio.atlassian.net/wiki/search?text=%s
Jira Board jir https://personio.atlassian.net/jira/software/c/projects/DST/boards/288
DS tickets ds https://personio.atlassian.net/issues/?jql=project%20%3D%20%22Design%20System%20Team%22%20and%20summary%20~%20%22%s%22%20order%20by%20created%20DESC
Notepad txt data:text/html,

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.