Skip to content

olejech/dotfiles

Repository files navigation

My dot files

My workflow apps

  • Karabiner
  • Alacritty
  • Aerospace
  • Frontnvim
  • Ripgrep
  • Lazygit
  • Tmux
    • Tmux plugin manager
  • Fish
    • Fisher
  • Vimium
  • MonitorControl
  • Obsidian
  • Raycast

Change language

Settings -> keyboard -> input sources -> prev language set as F18

Nerd font

MesloLGM Nerd Font

Install

Shell

brew install fish fisher — install shell & plugin manager

brew install pwgen - install password generator

fisher install jomik/fish-gruvbox — install theme

fisher install FabioAntunes/fish-nvm edc/bass — install plugin which support NVM

which fish — show path to fish shell

sudo vim /etc/shells — add fish path

chsh -s $(which fish) — change default shell

fish_add_path /opt/homebrew/bin – add path for brew

Zoxide

brew install zoxide – install zoxide

Diff

brew install difftastic — install git diff tool

PastePng

brew install pngpaste - install tool for pasting images in notes

AI

brew install claude

Keyboard layout nvim

Switch keyboard layouts in nvim with xkb-switch and input-source-switcher

Raycast

Change cmd + tab to Raycast search windows

f13 -> switch windows

TouchId

Use TouchId for sudo

Translator

brew install --cask easydict

Scripts

Make .sh scripts executable:

chmod 700 ~/dotfiles/scripts/*.sh

Git

git config --global core.excludesFile ~/dotfiles/.gitignore.global – add global gitignore

Filemanager

brew install yazi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors