Just my dotfiles
Find a file
2023-06-16 01:51:22 +02:00
bin zsh: Add znap update script 2022-08-15 01:09:48 +02:00
macos macos: Install asimov 2023-01-15 00:41:32 +01:00
nvim add plugins autopairs, leap, tmux-navigator 2023-06-16 01:51:22 +02:00
zsh zsh: add pull rebase alias 2023-06-16 01:41:23 +02:00
install-mac.sh macos: Install asimov 2023-01-15 00:41:32 +01:00
install.sh Fix dotfiles path definition 2022-04-17 21:14:14 +02:00
LICENSE.md Include macos specific configs from saibotk/mac-dotfiles 2022-04-17 20:52:22 +02:00
README.md Include macos specific configs from saibotk/mac-dotfiles 2022-04-17 20:52:22 +02: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 ~/; 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.