BoaPi / .dot-files

๐Ÿ› ๏ธ ๐Ÿšง private development setup, including guide how to setup and all dot-files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dot-files

different dot-files for editor, command line, dev setup etc...

How to

this commands are only examples and needs to be adjusted, if the directory structure is different.

  • git clone git@github.com:BoaPi/.dot-files.git ~/.dot-files
  • add symlinks to .zshrc and nvim
    • ZSH - ln -s ~/.dot-files/.zshrc
    • NVIM - ln -s ~/.dot-files/nvim - in ~.config/
    • alacritty - ln -s ~/.dot-files/alacritty/.alacritty.toml
    • tmux - ln -s ~/.dot-files/tmux/.tmux.conf

dev setup

Tool Description more info
catppuccin overall theme for vim, alacritty and tmux
neovim used editor
alacritty used terminal
starship used prompt for the shell
tmux used terminal multiplexer
tmp tmux package manager
NerdFont used as font in alacritty & tmux NerdFonts can be installed via brew
LazyGit used git cmd tool
zsh used shell oh-my-szh, zsh-nvm, zsh-syntax-highlighting, zsh-autosuggestions, z, Powerline Fonts, Profile
nvm manager for different node version
raycast alternative for spotlight
rg rust written grep alternative
fzf fuzzy finder
fd rust written find alternative
lsd rust written ls alternative
bat rust written cat alternative
jq JSON query cli tool
bottom rust written top alternative
entr universal task runner

to-do

About

๐Ÿ› ๏ธ ๐Ÿšง private development setup, including guide how to setup and all dot-files.


Languages

Language:Lua 84.8%Language:Shell 15.2%