amadeomano / .dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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,

About


Languages

Language:Shell 76.1%Language:Python 12.6%Language:Lua 11.3%