Skip to content

senesc's dotfiles!

Notifications You must be signed in to change notification settings

senesc/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

senesc's dotfiles

These are some of my dotfiles.
Some of the programs are configured to load parts of the configuration based on which machine is running it (e.g. tmux shows the battery percentage only if a battery is detected).

The most interesting part of my config is probably the Neovim configuration. It has a ton of LuaSnip snippets for LaTeX, which I use to take notes during math lectures.

Like any other dotfiles collection, this is a work in progress. I'll try keeping it up to date and working.

Installing

When cloning this repository, you should clone submodules too:

git clone --recursive https://github.com/senesc/dotfiles.git

To quickly link the dotfiles in the correct places, I use stow. I should write a script, though.