I hereby claim:
- I am l00sed on github.
- I am l00sed (https://keybase.io/l00sed) on keybase.
- I have a public key ASDjVCSGz7AISe8dv0iXKIGgJcAf8Ug9MOsYJbMz6ur2rwo
To claim this, I am signing this object:
local cmd = vim.cmd | |
-- Lualine configuration | |
local non_language_ft = { | |
'Startify', | |
'NVimTree', | |
} | |
local gruvbox = function() | |
local colors = { -- Gruvbox Dark | |
darkgray = "#282828", |
#!/bin/bash | |
######################################### | |
# Installs python and necessary packages | |
# for deb based Naomi. This script will install python | |
# into the ~/.config/naomi/local/bin directory and | |
# install naomi & requirements in their | |
# respective directories. | |
######################################### | |
BLACK='\033[1;30m' |
# ========================== ~/.bashrc | |
# Alacritty Colors | |
# -------------------------- | |
# Requires colortty: | |
# https://github.com/shuhei/colortty | |
# Requires perl: | |
# https://learn.perl.org/installing/unix_linux.html |
I hereby claim:
To claim this, I am signing this object:
/* | |
* AgeVis - Object constructor function | |
* @param _parentElement -- the HTML element in which to draw the visualization | |
* @param _data -- the actual data | |
*/ | |
AgeVis = function(_parentElement, _data){ | |
this.parentElement = _parentElement; | |
this.data = _data; |