Just my dotfiles
Find a file
2021-01-01 04:51:06 +01:00
dotbot@a5e1dca91d Update dotbot to 1.18.0 2021-01-01 04:51:06 +01:00
kitty add kitty config 2020-12-19 19:39:32 +01:00
nvim add language server plugin 2020-12-19 19:42:00 +01:00
shell Merge remote-tracking branch 'Jidbo/master' 2020-12-24 01:08:36 +01:00
vim remove latex plugin 2020-12-19 19:41:00 +01:00
.gitmodules add dotbot submodule 2019-12-11 21:21:54 +01:00
install add dotbot submodule 2019-12-11 21:21:54 +01:00
install.conf.yaml add kitty config 2020-12-19 19:39:32 +01:00
README.md Merge remote-tracking branch 'Jidbo/master' 2020-11-05 04:39:07 +01: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 dependecies and create symlinks to all needed files. The only thing that you have to setup on your own is nvim.

Customization

It is possible to load your own zsh-plugins and other commands you want to execute in the .zshrc. To add zsh-plugins add a plugins file to ~/.dotfiles/shell/. An example is provided in ~/.dotfiles/shell/plugins.example. The same thing applies to commands you want to execute in on shell startup, just add a localcommands file with your commands in ~/.dotfiles/shell/.

Atom packages

If you plan on using you own atom package list, you can modify the "atom/packages.list". The install script will try to find that file and automatically install all packages.

You can export the package list with:

apm list --installed --bare > ~/.dotfiles/.atom/packages.list