Just my dotfiles
Saibotk
1a24c00a4f
This is unused, since we are using lua plugins now and also does not work anymore, because Homebrew follows PEP668, which discourages installing packages without the package manager or outside of a venv. |
||
---|---|---|
bin | ||
macos | ||
nvim | ||
zsh | ||
install-mac.sh | ||
install.sh | ||
LICENSE.md | ||
README.md | ||
tmux.conf |
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.