Skip to content

Instantly share code, notes, and snippets.

View shuwens's full-sized avatar
🦀
My code doesn't agree with me

Shuwen Sun shuwens

🦀
My code doesn't agree with me
View GitHub Profile
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Author: Robert MacDavid ([email protected])
Vagrant.configure("2") do |config|
### config.vm.box = "ubuntu/trusty64"
config.vm.box = "boxcutter/ubuntu1610"
# a box with at least ubuntu 16.10 is necessary to install the p4 compiler
@pianocomposer321
pianocomposer321 / colors.lua
Last active October 10, 2022 22:26
Feline.nvim config
-- ~/.config/nvim/lua/plugins/feline/colors.lua
-- One-dark colors
local _M = {
bg = '#2c323c',
fg = none,
yellow = '#e5c07b',
cyan = '#8abeb7',
darkblue = '#528bff',
green = '#98c379',
@adibhanna
adibhanna / config
Last active October 17, 2025 19:30
Ghostty config
font-family = BerkeleyMono Nerd Font
#font-family = Iosevka Nerd Font
# font-family = SFMono Nerd Font
font-size = 20
theme = GruvboxDarkHard
shell-integration-features = no-cursor,sudo,no-title
cursor-style = block
adjust-cell-height = 35%
# background-opacity = 0.96