This file contains 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
# >>> 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" |
This file contains 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
#!/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" |
This file contains 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
# 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 |
This file contains 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
# 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 * |
This file contains 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
---------------------------------------------- | |
-- 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") |
This file contains 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
--------------------------- | |
-- 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() |
This file contains 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
---------------------------------------------- | |
-- 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") |
This file contains 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
-- 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") |
This file contains 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: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 |
NewerOlder