last commit before distro switch

This commit is contained in:
opalvault
2022-01-05 14:52:17 -08:00
parent fcb08caae1
commit 9616eae7dd
7 changed files with 67 additions and 18 deletions

View File

@@ -10,6 +10,9 @@ I prefer to use programs that I can extend the functionality of via configuratio
# Background
exec_always --no-startup-id feh --bg-scale ~/dotfiles/guix/home/files/wallpapers/fog-wallpaper.jpg
# Redshift
exec_always --no-startup-id redshift
# Picom
exec_always --no-startup-id picom &
@@ -844,13 +847,6 @@ alias pull="guix pull"
alias upgrade="guix package -u"
alias hreconfig="guix home reconfigure ~/dotfiles/guix/home/guix-home.scm"
# ~ Search history with up and down arrows ~ #
# Up Arrow
bind '"\e[A": history-search-backward'
# Down Arrow
bind '"\e[B": history-search-forward'
# ~ Commands ~ #
alias ip="ip -c"
alias rm="rm -i"
@@ -876,6 +872,9 @@ mk () { mkdir -p -- "$1" && cd -P -- "$1" }
#+end_src
** zprofile
#+begin_src shell :tangle ~/dotfiles/guix/home/files/zsh/zprofile :mkdirp yes
HOME_ENVIRONMENT=$HOME/.guix-home
. $HOME_ENVIRONMENT/setup-environment
$HOME_ENVIRONMENT/on-first-login
# Each new shell auto-imports all environment variables.
# Hence exporting needs to be done only once.
# Also, all non-login shells are descendants of a login shell.
@@ -987,6 +986,20 @@ frame_color = "#bf616a"
timeout = 0
#+end_src
* Redshift
#+begin_src shell :tangle ~/dotfiles/guix/home/files/redshift/redshift.conf :mkdirp yes
[redshift]
temp-day=5700
temp-night=3400
fade=1
location-provider=manual
adjustment-method=randr
[manual]
lat=47.6
lon=-122.3
#+end_src
* XDG User Directories
#+begin_src shell :tangle ~/dotfiles/guix/home/files/user-dirs.dirs :mkdirp yes
# This file is written by xdg-user-dirs-update