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
The following tools are being used and configured by my setup
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
- Better Align
- ES7+ React Snippets
- ESLint
- file-icons
- GitLens
- Jest Runner
- Live Share
- MDX
- One Dark Pro
- Prettier
- Vim
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, |