This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# automatically add new windows to the current group | |
sticky yes | |
# snap windows to edges at 4 pixels distance | |
borderwidth 0 | |
snapdist 4 | |
gap 10 10 10 10 | |
moveamount 10 | |
fontname "Hack:size=10" | |
## colors ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Edit this configuration file to define what should be installed on | |
# your system. Help is available in the configuration.nix(5) man page | |
# and in the NixOS manual (accessible by running ‘nixos-help’). | |
{ config, pkgs, ... }: | |
{ | |
nix = { | |
package = pkgs.nixUnstable; | |
extraOptions = '' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; init.el --- My personal emacs config -*- lexical-binding: t; -*- | |
;; Author: Kevin Borling <https://github.com/kborling> | |
;; Version: 1.1.0 | |
;; Keywords: configuration | |
;; URL: https://gist.github.com/kborling/13f2300e60ae4878d5d96f5f4d041664 | |
;; Homepage: https://gist.github.com/kborling/13f2300e60ae4878d5d96f5f4d041664 | |
;; Package-Requires: ((emacs "28.1")) | |
;;; Commentary: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Programs to start automatically | |
exec /usr/bin/rpws init 6 -k | |
exec picom & | |
exec nitrogen --restore | |
# Set the font | |
set font "Cascadia Mono" | |
# Set colors | |
set bgcolor black |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"{ Install plugins | |
call plug#begin(expand('~/.config/nvim/plugged')) | |
"***************************************************************************** | |
" Plug install packages | |
"***************************************************************************** | |
Plug 'scrooloose/nerdtree' | |
Plug 'jistr/vim-nerdtree-tabs' | |
Plug 'Xuyuanp/nerdtree-git-plugin' | |
Plug 'ryanoasis/vim-devicons' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"***************************************************************************** | |
" Vim-PLug core | |
"***************************************************************************** | |
let vimplug_exists=expand('~/.config/nvim/autoload/plug.vim') | |
let g:vim_bootstrap_langs = "c,elm,go,html,javascript,php,python" | |
let g:vim_bootstrap_editor = "nvim" " nvim or vim | |
if !filereadable(vimplug_exists) | |
if !executable("curl") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cat << EOF > /dev/null | |
# https://github.com/gpakosz/.tmux | |
# (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license, | |
# without any warranty. | |
# Copyright 2012— Gregory Pakosz (@gpakosz). | |
# /!\ do not edit this file | |
# instead, override settings in ~/.tmux.conf.local, see README.md | |
# -- general ------------------------------------------------------------------- |
NewerOlder