Skip to content

findlayjy/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

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 emulator
    • albert: config for the Albert launcher
    • autostart: Programs to run on startup
    • doom: (Doom) Emacs personal config (see there for more info)
    • neofetch: Neofetch config
    • nvim: a (for the moment) minimal Nvim config
    • ranger: config for the Ranger file manager (not actively using this)

Setup

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).

About

My dotfiles (for Linux/WSL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages