Added my information to my config
This commit is contained in:
parent
9a8e7df96e
commit
7b59518ace
6
.bashrc
6
.bashrc
@ -1,4 +1,10 @@
|
|||||||
#
|
#
|
||||||
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
|
#
|
||||||
|
#
|
||||||
# ~/.bashrc
|
# ~/.bashrc
|
||||||
#
|
#
|
||||||
|
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
|
#
|
||||||
~/.config/conky/weather.py &
|
~/.config/conky/weather.py &
|
||||||
conky -q -c ~/.config/conky/litecrc
|
conky -q -c ~/.config/conky/litecrc
|
||||||
|
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
#!/usr/bin/env python
|
#
|
||||||
# -*- coding: utf-8 -*-
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
|
#
|
||||||
import urllib.request
|
import urllib.request
|
||||||
import json
|
import json
|
||||||
import datetime
|
import datetime
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
#
|
||||||
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
|
#
|
||||||
set fish_greeting ""
|
set fish_greeting ""
|
||||||
set -gx PATH /home/roger/.gem/ruby/2.6.0/bin $PATH
|
set -gx PATH /home/roger/.gem/ruby/2.6.0/bin $PATH
|
||||||
set -g theme_powerline_fonts yes
|
set -g theme_powerline_fonts yes
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
#
|
||||||
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
# This file has been auto-generated by i3-config-wizard(1).
|
# This file has been auto-generated by i3-config-wizard(1).
|
||||||
# It will not be overwritten, so edit it as you like.
|
# It will not be overwritten, so edit it as you like.
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
|
#
|
||||||
scrot /tmp/screen.png
|
scrot /tmp/screen.png
|
||||||
xwobf -s 11 /tmp/screen.png
|
xwobf -s 11 /tmp/screen.png
|
||||||
i3lock -i /tmp/screen.png
|
i3lock -i /tmp/screen.png
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
|
#
|
||||||
i3status --config ~/.config/i3status/config | while :
|
i3status --config ~/.config/i3status/config | while :
|
||||||
do
|
do
|
||||||
read line
|
read line
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
#
|
||||||
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# ceerious i3 status config
|
# ceerious i3 status config
|
||||||
# see "man i3status" for documentation.
|
# see "man i3status" for documentation.
|
||||||
@ -74,4 +80,4 @@ volume master {
|
|||||||
device = "default"
|
device = "default"
|
||||||
mixer = "Master"
|
mixer = "Master"
|
||||||
mixer_idx = 0
|
mixer_idx = 0
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
;
|
||||||
|
; | '__/ _ \ / _` / __| Roger González
|
||||||
|
; | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
; |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
; |___/
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
accent = #fba922
|
accent = #fba922
|
||||||
|
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
|
#
|
||||||
# Terminate already running bar instances
|
# Terminate already running bar instances
|
||||||
killall -q polybar
|
killall -q polybar
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
#
|
||||||
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
|
#
|
||||||
configuration {
|
configuration {
|
||||||
modi: "window,drun,ssh,combi";
|
modi: "window,drun,ssh,combi";
|
||||||
theme: DarkBlue;
|
theme: DarkBlue;
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
#
|
||||||
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
|
#
|
||||||
[sakura]
|
[sakura]
|
||||||
colorset1_fore=rgb(192,192,192)
|
colorset1_fore=rgb(192,192,192)
|
||||||
colorset1_back=rgba(0,0,0,1)
|
colorset1_back=rgba(0,0,0,1)
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
#
|
||||||
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
|
#
|
||||||
[global_config]
|
[global_config]
|
||||||
borderless = True
|
borderless = True
|
||||||
extra_styling = False
|
extra_styling = False
|
||||||
|
@ -1,2 +1,8 @@
|
|||||||
|
#
|
||||||
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
|
#
|
||||||
[options]
|
[options]
|
||||||
font = Monospace 12
|
font = Monospace 12
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
;;
|
||||||
|
;; | '__/ _ \ / _` / __| Roger González
|
||||||
|
;; | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
;; |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
;; |___/
|
||||||
|
;;
|
||||||
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
|
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Place your private configuration here! Remember, you do not need to run 'doom
|
;; Place your private configuration here! Remember, you do not need to run 'doom
|
||||||
@ -9,51 +15,51 @@
|
|||||||
(setq user-full-name "Roger Gonzalez"
|
(setq user-full-name "Roger Gonzalez"
|
||||||
user-mail-address "roger@rogs.me")
|
user-mail-address "roger@rogs.me")
|
||||||
|
|
||||||
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
|
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
|
||||||
;; are the three important ones:
|
;; are the three important ones:
|
||||||
;;
|
;;
|
||||||
;; + `doom-font'
|
;; + `doom-font'
|
||||||
;; + `doom-variable-pitch-font'
|
;; + `doom-variable-pitch-font'
|
||||||
;; + `doom-big-font' -- used for `doom-big-font-mode'
|
;; + `doom-big-font' -- used for `doom-big-font-mode'
|
||||||
;;
|
;;
|
||||||
;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
|
;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
|
||||||
;; font string. You generally only need these two:
|
;; font string. You generally only need these two:
|
||||||
;; test
|
;; test
|
||||||
(setq doom-font (font-spec :family "monospace" :size 28)
|
(setq doom-font (font-spec :family "monospace" :size 28)
|
||||||
doom-variable-pitch-font (font-spec :family "sans"))
|
doom-variable-pitch-font (font-spec :family "sans"))
|
||||||
|
|
||||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
;; There are two ways to load a theme. Both assume the theme is installed and
|
||||||
;; available. You can either set `doom-theme' or manually load a theme with the
|
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||||
;; `load-theme' function. These are the defaults.
|
;; `load-theme' function. These are the defaults.
|
||||||
(setq doom-theme 'doom-one)
|
(setq doom-theme 'doom-one)
|
||||||
|
|
||||||
;; If you intend to use org, it is recommended you change this!
|
;; If you intend to use org, it is recommended you change this!
|
||||||
(setq org-directory "~/org")
|
(setq org-directory "~/org")
|
||||||
|
|
||||||
;; If you want to change the style of line numbers, change this to `relative' or
|
;; If you want to change the style of line numbers, change this to `relative' or
|
||||||
;; `nil' to disable it:
|
;; `nil' to disable it:
|
||||||
(setq display-line-numbers-type t)
|
(setq display-line-numbers-type t)
|
||||||
|
|
||||||
|
|
||||||
;; Here are some additional functions/macros that could help you configure Doom:
|
;; Here are some additional functions/macros that could help you configure Doom:
|
||||||
;;
|
;;
|
||||||
;; - `load!' for loading external *.el files relative to this one
|
;; - `load!' for loading external *.el files relative to this one
|
||||||
;; - `use-package' for configuring packages
|
;; - `use-package' for configuring packages
|
||||||
;; - `after!' for running code after a package has loaded
|
;; - `after!' for running code after a package has loaded
|
||||||
;; - `add-load-path!' for adding directories to the `load-path', where Emacs
|
;; - `add-load-path!' for adding directories to the `load-path', where Emacs
|
||||||
;; looks when you load packages with `require' or `use-package'.
|
;; looks when you load packages with `require' or `use-package'.
|
||||||
;; - `map!' for binding new keys
|
;; - `map!' for binding new keys
|
||||||
;;
|
;;
|
||||||
;; To get information about any of these functions/macros, move the cursor over
|
;; To get information about any of these functions/macros, move the cursor over
|
||||||
;; the highlighted symbol at press 'K' (non-evil users must press 'C-c g k').
|
;; the highlighted symbol at press 'K' (non-evil users must press 'C-c g k').
|
||||||
;; This will open documentation for it, including demos of how they are used.
|
;; This will open documentation for it, including demos of how they are used.
|
||||||
;;
|
;;
|
||||||
;; You can also try 'gd' (or 'C-c g d') to jump to their definition and see how
|
;; You can also try 'gd' (or 'C-c g d') to jump to their definition and see how
|
||||||
;; they are implemented.
|
;; they are implemented.
|
||||||
|
|
||||||
;; Set emacs logo as the default image
|
;; Set emacs logo as the default image
|
||||||
(setq
|
(setq
|
||||||
+doom-dashboard-banner-file (expand-file-name "logo.png" doom-private-dir))
|
+doom-dashboard-banner-file (expand-file-name "logo.png" doom-private-dir))
|
||||||
|
|
||||||
;; Saves emacs backups in other folder
|
;; Saves emacs backups in other folder
|
||||||
(setq
|
(setq
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
;;
|
||||||
|
;; | '__/ _ \ / _` / __| Roger González
|
||||||
|
;; | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
;; |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
;; |___/
|
||||||
|
;;
|
||||||
|
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
|
||||||
;;; init.el -*- lexical-binding: t; -*-
|
;;; init.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Copy this file to ~/.doom.d/init.el or ~/.config/doom/init.el ('doom install'
|
;; Copy this file to ~/.doom.d/init.el or ~/.config/doom/init.el ('doom install'
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
;;
|
||||||
|
;; | '__/ _ \ / _` / __| Roger González
|
||||||
|
;; | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
;; |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
;; |___/
|
||||||
|
;;
|
||||||
|
;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; $DOOMDIR/packages.el
|
;;; $DOOMDIR/packages.el
|
||||||
|
|
||||||
@ -12,35 +19,35 @@
|
|||||||
;; Here are a couple examples:
|
;; Here are a couple examples:
|
||||||
|
|
||||||
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
|
;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror:
|
||||||
;(package! some-package)
|
;(package! some-package)
|
||||||
|
|
||||||
;; To install a package directly from a particular repo, you'll need to specify
|
;; To install a package directly from a particular repo, you'll need to specify
|
||||||
;; a `:recipe'. You'll find documentation on what `:recipe' accepts here:
|
;; a `:recipe'. You'll find documentation on what `:recipe' accepts here:
|
||||||
;; https://github.com/raxod502/straight.el#the-recipe-format
|
;; https://github.com/raxod502/straight.el#the-recipe-format
|
||||||
;(package! another-package
|
;(package! another-package
|
||||||
; :recipe (:host github :repo "username/repo"))
|
; :recipe (:host github :repo "username/repo"))
|
||||||
|
|
||||||
;; If the package you are trying to install does not contain a PACKAGENAME.el
|
;; If the package you are trying to install does not contain a PACKAGENAME.el
|
||||||
;; file, or is located in a subdirectory of the repo, you'll need to specify
|
;; file, or is located in a subdirectory of the repo, you'll need to specify
|
||||||
;; `:files' in the `:recipe':
|
;; `:files' in the `:recipe':
|
||||||
;(package! this-package
|
;(package! this-package
|
||||||
; :recipe (:host github :repo "username/repo"
|
; :recipe (:host github :repo "username/repo"
|
||||||
; :files ("some-file.el" "src/lisp/*.el")))
|
; :files ("some-file.el" "src/lisp/*.el")))
|
||||||
|
|
||||||
;; If you'd like to disable a package included with Doom, for whatever reason,
|
;; If you'd like to disable a package included with Doom, for whatever reason,
|
||||||
;; you can do so here with the `:disable' property:
|
;; you can do so here with the `:disable' property:
|
||||||
;(package! builtin-package :disable t)
|
;(package! builtin-package :disable t)
|
||||||
|
|
||||||
;; You can override the recipe of a built in package without having to specify
|
;; You can override the recipe of a built in package without having to specify
|
||||||
;; all the properties for `:recipe'. These will inherit the rest of its recipe
|
;; all the properties for `:recipe'. These will inherit the rest of its recipe
|
||||||
;; from Doom or MELPA/ELPA/Emacsmirror:
|
;; from Doom or MELPA/ELPA/Emacsmirror:
|
||||||
;(package! builtin-package :recipe (:nonrecursive t))
|
;(package! builtin-package :recipe (:nonrecursive t))
|
||||||
;(package! builtin-package-2 :recipe (:repo "myfork/package"))
|
;(package! builtin-package-2 :recipe (:repo "myfork/package"))
|
||||||
|
|
||||||
;; Specify a `:branch' to install a package from a particular branch or tag.
|
;; Specify a `:branch' to install a package from a particular branch or tag.
|
||||||
;; This is required for some packages whose default branch isn't 'master' (which
|
;; This is required for some packages whose default branch isn't 'master' (which
|
||||||
;; our package manager can't deal with; see raxod502/straight.el#279)
|
;; our package manager can't deal with; see raxod502/straight.el#279)
|
||||||
;(package! builtin-package :recipe (:branch "develop"))
|
;(package! builtin-package :recipe (:branch "develop"))
|
||||||
|
|
||||||
|
|
||||||
(package! whitespace-cleanup-mode)
|
(package! whitespace-cleanup-mode)
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
#
|
||||||
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
|
#
|
||||||
git clone --bare https://git.rogs.me/me/dotfiles.git $HOME/.cfg
|
git clone --bare https://git.rogs.me/me/dotfiles.git $HOME/.cfg
|
||||||
function config {
|
function config {
|
||||||
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@
|
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@
|
||||||
@ -5,10 +11,10 @@ function config {
|
|||||||
mkdir -p .config-backup
|
mkdir -p .config-backup
|
||||||
config checkout
|
config checkout
|
||||||
if [ $? = 0 ]; then
|
if [ $? = 0 ]; then
|
||||||
echo "Checked out config.";
|
echo "Checked out config.";
|
||||||
else
|
else
|
||||||
echo "Backing up pre-existing dot files.";
|
echo "Backing up pre-existing dot files.";
|
||||||
config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | xargs -I{} mv {} .config-backup/{}
|
config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | xargs -I{} mv {} .config-backup/{}
|
||||||
fi;
|
fi;
|
||||||
config checkout
|
config checkout
|
||||||
config config status.showUntrackedFiles no
|
config config status.showUntrackedFiles no
|
||||||
|
6
.profile
6
.profile
@ -1,4 +1,10 @@
|
|||||||
#
|
#
|
||||||
|
# | '__/ _ \ / _` / __| Roger González
|
||||||
|
# | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
# |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
# |___/
|
||||||
|
#
|
||||||
|
#
|
||||||
# ~/.profile
|
# ~/.profile
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
6
.vimrc
6
.vimrc
@ -1,3 +1,9 @@
|
|||||||
|
;;
|
||||||
|
;; | '__/ _ \ / _` / __| Roger González
|
||||||
|
;; | | | (_) | (_| \__ \ https://rogs.me
|
||||||
|
;; |_| \___/ \__, |___/ https://git.rogs.me
|
||||||
|
;; |___/
|
||||||
|
;;
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" => Vundle For Managing Plugins
|
" => Vundle For Managing Plugins
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user