Just my dotfiles
Find a file
Saibotk fb8d6140dd
refactor(macos): Do not mess with powersettings
This is really weird to reset and the defaults are okay.
2024-04-02 03:32:18 +02:00
bin zsh: Add znap update script 2022-08-15 01:09:48 +02:00
macos refactor(macos): Do not mess with powersettings 2024-04-02 03:32:18 +02:00
nvim update nvimtree options 2024-03-20 21:49:18 +01:00
zsh zsh: Use HOME for paths instead of ~ 2023-10-29 18:21:55 +01:00
install-mac.sh !refactor(php-extensions): use shivammathur/extensions tap 2024-04-02 02:47:26 +02:00
install.sh fix(install): Create missing .config folder 2023-11-03 10:11:29 +01: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.