charnley / dotfiles

My enviromental dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

For OSX, Debian and whatever HPC I need to work on. Some dotfiles are OS dependent. Check Makefile for dependencies, install and symlink setup.

I use Makefile to coordinate everything. You should too.

Mac OSX

macosx

window manager: yabai

Debian

debian

window manager: i3wm

Setup

# fresh installation on new system

make install_apt # only for systems you have sudo
make install # Compile and download dependencies (such as tmux and neovim)
# Check for updated dotfiles and check all plugins (e.g. VIM plugin update)
git pull # Get latest changed
make # Check all symlinks and plugins

About

My enviromental dotfiles


Languages

Language:Shell 56.2%Language:Lua 28.3%Language:Python 10.9%Language:Makefile 4.6%