This repo contains all of my dotfiles and a script to bootstrap them using Dotbot. It is forked from dotfiles_template.
- Run the following commands
cd ~
git clone https://github.com/adam-ja/dotfiles.git --recurse-submodules
cd dotfiles
./install.sh- If ZSH is not already your default shell, you can make it so with:
chsh -s `which zsh`- You may need to log out and back in for this to take effect.
- If you do not already have a
~/.zshrcfile, create one and add the following to it:
source $HOME/dotfiles/zsh/zshrc- This will pull in all the config from dotfiles and allow you to set local overrides below this line for the specific machine you're installing on.
- The next new terminal you open will be using the fully configured zsh.
- A Nerd Font is required to see fancy symbols. The popular JetBrains Mono Nerd Font is installed as part of the process above, and this also includes ligatures where supported.
- The kitty terminal emulator is also installed and configured to use the JetBrains font (kitty supports ligatures) and the matching theme from the tokyonight neovim theme.
This software is hereby released into the public domain. That means you can do
whatever you want with it without restriction. See LICENSE.md for details.
If you like what you see, feel free to fork it (or just copy any bits you like) but these are my personal configs so I won't be accepting any pull requests unless there's a suggestion I really like and can see being useful for myself.