kimberli / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kim's Dotfiles

Finally version controlling these.

Set up by cloning this repo then running setup.sh (make sure to do this from within this dotfiles directory).

screenshot

Setup

  1. Clone this repo
  2. Install tmux
  3. Install zsh
  4. Install Powerlevel10k (zsh theme)
  5. Install Neovim
  6. Install Vundle for Neovim
  • git clone https://github.com/VundleVim/Vundle.vim.git ~/.config/nvim/bundle/Vundle.vim
  • TODO: switch to better package manager
  1. Run setup.sh from this repo
  2. Enter vim and run :PluginInstall

Terminal Configuration

Colors are:

  • foreground - #fffeeb
  • background - #132132
  • black - #3c3c3c
  • red - #fd8489
  • green - #a9dd9d
  • yellow - #fedf81
  • blue - #86acd7
  • magenta - #e7d5ff
  • cyan - #a8d2eb
  • white - #ededed

The font I use is Roboto Mono.

Hammerspoon

I've also included my Hammerspoon init.lua script. It's pretty janky and includes:

  • window resizing
  • jumping to popular apps
  • an ugly Slack API polling menubar item

Symlink it similarly to use it.

About


Languages

Language:Vim Script 38.2%Language:Shell 31.7%Language:Lua 21.6%Language:TeX 8.3%Language:Perl 0.2%