Some config for my Linux system. Currently using Pop!_OS.
- Home directory files:
.zsh
: contains prompt themes and antigen package manager..dir_colors
: Nord dircolors..latexmkrc
: configuration for latexmk.vimrc
: minimal config file for Vim (though I mostly use Emacs, and am experimenting with Neovim)..zshenv
: setting environment variables for Zsh sessions..zshrc
: config for Zsh.condarc
: config file for Conda.
- Config files for
alacritty
: config for Alacritty terminal emulatoralbert
: config for the Albert launcherautostart
: Programs to run on startupdoom
: (Doom) Emacs personal config (see there for more info)neofetch
: Neofetch confignvim
: a (for the moment) minimal Nvim configranger
: config for the Ranger file manager (not actively using this)
This repo contains submodules (just Doom Emacs for now, in fact), so you should clone it with the --recurse-submodules
switch, e.g.:
git clone --recurse-submodules [email protected]:findlayjy/.dotfiles.git ~/.dotfiles
Once this is done, navigate to the directory you cloned the repo to, then run ./install.sh
, which will symlink the dotfiles into your $HOME
, provided they're not already present (use the -f
option to forcefully overwrite any existing versions of those files).