Skip to content

Instantly share code, notes, and snippets.

View illescasDaniel's full-sized avatar
💻
Learning something new

Daniel Illescas Romero illescasDaniel

💻
Learning something new
View GitHub Profile
@illescasDaniel
illescasDaniel / .bashrc
Created April 16, 2024 14:16
Bashrc user settings Ubuntu, 2024
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/home/daniel/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/daniel/anaconda3/etc/profile.d/conda.sh" ]; then
. "/home/daniel/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/home/daniel/anaconda3/bin:$PATH"
#!/bin/sh
PROJECT_NAME=DemoFramework
# DO NOT MODIFY the code below
PROJECT_SCHEME_NAME="${PROJECT_NAME}"
FRAMEWORK_FILE_NAME="${PROJECT_NAME}.framework"
XCFRAMEWORK_OUTPUT_NAME="${PROJECT_NAME}.xcframework"
SIMULATOR_FRAMEWORK_ARCHIVE_OUTPUT_NAME="${PROJECT_NAME}-iphonesimulator.xcarchive"
@illescasDaniel
illescasDaniel / config.py
Last active January 23, 2023 21:13
qtile config
# Copyright (c) 2010 Aldo Cortesi
# Copyright (c) 2010, 2014 dequis
# Copyright (c) 2012 Randall Ma
# Copyright (c) 2012-2014 Tycho Andersen
# Copyright (c) 2012 Craig Barnes
# Copyright (c) 2013 horsik
# Copyright (c) 2013 Tao Sauvage
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
@illescasDaniel
illescasDaniel / dmenu
Last active November 26, 2020 19:37
dmenu (dmenu-distrotube)
f"dmenu_run -i -fn '{CustomFont.TEXT.value}' -h 30 -nb '#222222' -sb '#3366cc' -shf '#000022' -shb '#3366cc' -nhf '#99ccff' -nhb '#222222'"
@illescasDaniel
illescasDaniel / .manjaro-awesome-zshrc
Created November 12, 2020 11:30
manjaro awesome zshrc
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
## Options section
# setopt correct # Auto correct mistakes
setopt extendedglob # Extended globbing. Allows using regular expressions with *
@illescasDaniel
illescasDaniel / gtk-manjaro-theme.lua
Created November 12, 2020 11:21
gtk manjaro theme lua
----------------------------------------------
-- Awesome theme which follows GTK+ 3 theme --
-- by Yauhen Kirylau --
----------------------------------------------
local theme_assets = require("beautiful.theme_assets")
local dpi = require("beautiful.xresources").apply_dpi
local gfs = require("gears.filesystem")
local themes_path = gfs.get_themes_dir()
local gears_shape = require("gears.shape")
@illescasDaniel
illescasDaniel / old.theme.lua
Created November 7, 2020 20:47
base lua theme
---------------------------
-- Default awesome theme --
---------------------------
local theme_assets = require("beautiful.theme_assets")
local xresources = require("beautiful.xresources")
local dpi = xresources.apply_dpi
local gfs = require("gears.filesystem")
local themes_path = gfs.get_themes_dir()
@illescasDaniel
illescasDaniel / theme.lua
Last active November 8, 2020 09:17
Theme.lua config
----------------------------------------------
-- Awesome theme which follows GTK+ 3 theme --
-- by Yauhen Kirylau --
----------------------------------------------
local theme_assets = require("beautiful.theme_assets")
local dpi = require("beautiful.xresources").apply_dpi
local gfs = require("gears.filesystem")
local themes_path = gfs.get_themes_dir()
local gears_shape = require("gears.shape")
@illescasDaniel
illescasDaniel / rc.lua
Last active November 24, 2020 18:23
Awesome window manager config file
-- If LuaRocks is installed, make sure that packages installed through it are
-- found (e.g. lgi). If LuaRocks is not installed, do nothing.
pcall(require, "luarocks.loader")
-- Standard awesome library
local gears = require("gears")
local awful = require("awful")
require("awful.autofocus")
-- Widget and layout library
local wibox = require("wibox")
@illescasDaniel
illescasDaniel / kitty.conf
Last active November 8, 2020 11:55
kitty config ~/.config/kitty/kitty.conf (with gruvbox colors)
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
#: Fonts {{{
#: kitty has very powerful font management. You can configure
#: individual font faces and even specify special fonts for particular
#: characters.
font_family PragmataPro Mono Liga Regular
bold_font auto