Just my dotfiles
Find a file
2024-12-03 00:59:05 +01:00
bin zsh: Add znap update script 2022-08-15 01:09:48 +02:00
macos fix(macos): ignore if xattr already removed flag from Library 2024-12-03 00:59:05 +01:00
nvim fix(nvim): gitsigns config use defaults 2024-07-02 15:21:37 +02:00
zsh fix(zsh): disable automatic git maintenance prefetch 2024-08-02 15:58:34 +02:00
.gitconfig feat(git): add gitconfig 2024-04-02 23:40:18 +02:00
.gitignore chore(git): ignore cached localcommands file 2024-07-02 15:22:27 +02:00
install-mac.sh fix(macos): valet tld setup & missing valet deps 2024-12-03 00:53:56 +01:00
install.sh fix(install): Only add gitconfig include when necessary 2024-04-02 23:54:59 +02:00
LICENSE.md Include macos specific configs from saibotk/mac-dotfiles 2022-04-17 20:52:22 +02:00
README.md fix(readme): wrong clone destination 2024-12-02 23:28:39 +01:00
tmux.conf set focus events 2022-04-17 21:31:56 +02:00

My Dotfiles

The collection of my precious dotfiles.

Installation

To install run this command:

git clone https://github.com/saibotk/.dotfiles ~/.dotfiles; cd ~/.dotfiles; ./install

This should install all dependencies and create symlinks to all needed files.

Customization

It is possible to load your own commands you want to execute in the .zshrc. To add commands you want to execute on shell startup, just add a localcommands file with your commands in ~/.dotfiles/zsh/.

Thanks To...

@Jidbo for his dotfiles and nvim configurations.
And the great macos realted configs and scripts from Dries Vints (@driesvints) which many parts are heavily copied from. See (https://github.com/driesvints/dotfiles). Also thanks to @djfhe for his initial customizations of the macos dotfiles.