Skip to content

Instantly share code, notes, and snippets.

View HoneyBearCodes's full-sized avatar
🌺
Experiencing Life

Shashank Singh HoneyBearCodes

🌺
Experiencing Life
View GitHub Profile
@HoneyBearCodes
HoneyBearCodes / ArchInstallDualBoot.sh
Last active April 3, 2024 16:05
Instructions for dual booting Arch Linux with Windows 10/11 (Intel GPU) and installing i3 as the Window Manager
#!/usr/bin/env bash
##########################
# AUTHOR: SHASHANK SINGH #
##########################
# Adjust terminal font size for better visibility
setfont ter-132n
###### Connect to Wi-Fi if Ethernet is unavailable using iwctl ######
exec --no-startup-id ~/set_once_i3.sh
#######################
# config starts here: #
#######################
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
# Thank you code_nomad: http://9m.no/ꪯ鵞
# and Arch Wiki contributors: https://wiki.archlinux.org/index.php/Compton
# and picom Github: https://github.com/yshui/picom
#################################
#
# Backend
#
#################################
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
@HoneyBearCodes
HoneyBearCodes / config.lua
Created May 31, 2022 11:18
Sample Temp Gist to share LVim Config
-- Additional Plugins
lvim.plugins = {
{ "lukas-reineke/indent-blankline.nvim" },
}
-- plugins conf
local status_ok, indent_blankline = pcall(require, "indent_blankline")
if not status_ok then
return