NOvejsi rofi config, popravek zshrc (go env) ter config.scm (deprecated)
parent
29c4d1ebd5
commit
11b7c15f02
|
@ -3,12 +3,8 @@ combi-modi: "window,drun,run";
|
||||||
terminal: "kitty";
|
terminal: "kitty";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
sidebar-mode: true;
|
sidebar-mode: true;
|
||||||
color-normal: "#00383c4a, #c4cbd4, #96404552, #4084d6, #f9f9f9";
|
|
||||||
color-urgent: "#002d303b, #cc6666, #e52d303b, #a54242, #f9f9f9";
|
|
||||||
color-active: "#002d303b, #b5bd68, #e42d303b, #8c9440, #f9f9f9";
|
|
||||||
color-window: "#f22d303b, #7c8389, #1d1f21";
|
|
||||||
separator-style: "solid";
|
separator-style: "solid";
|
||||||
font: "Iosevka 11";
|
font: "Iosevka 11";
|
||||||
drun-icon-theme: "Papirus";
|
drun-icon-theme: "Papirus";
|
||||||
}
|
}
|
||||||
@theme "~/.config/rofi/themes/gruvbox/gruvbox-dark.rasi"
|
@theme "gruvbox-dark.rasi"
|
||||||
|
|
6
.zshrc
6
.zshrc
|
@ -126,8 +126,10 @@ alias run-gamma="pkill -f gammastep; sleep 3; screen -dm -- gammastep -m wayland
|
||||||
|
|
||||||
|
|
||||||
# Za LXD!
|
# Za LXD!
|
||||||
export PATH="${PATH}:$(go env GOPATH)/bin:/sbin:/usr/sbin"
|
if command -v go &> /dev/null; then
|
||||||
export LD_LIBRARY_PATH="$(go env GOPATH)/deps/dqlite/.libs/:$(go env GOPATH)/deps/raft/.libs/:${LD_LIBRARY_PATH}"
|
export PATH="${PATH}:$(go env GOPATH)/bin:/sbin:/usr/sbin"
|
||||||
|
export LD_LIBRARY_PATH="$(go env GOPATH)/deps/dqlite/.libs/:$(go env GOPATH)/deps/raft/.libs/:${LD_LIBRARY_PATH}"
|
||||||
|
fi
|
||||||
|
|
||||||
# JS fix (prevec nov za openssl)
|
# JS fix (prevec nov za openssl)
|
||||||
#export NODE_OPTIONS="--openssl-legacy-provider"
|
#export NODE_OPTIONS="--openssl-legacy-provider"
|
||||||
|
|
|
@ -58,8 +58,7 @@
|
||||||
%base-user-accounts))
|
%base-user-accounts))
|
||||||
|
|
||||||
;; This is where we specify system-wide packages.
|
;; This is where we specify system-wide packages.
|
||||||
(packages (cons* nss-certs ;for HTTPS access
|
(packages (cons* zsh ;Z shell
|
||||||
zsh ;Z shell
|
|
||||||
openssh
|
openssh
|
||||||
git
|
git
|
||||||
emacs
|
emacs
|
||||||
|
|
Loading…
Reference in New Issue