From 4062a522017a4afa5c5b7aedebd9384853ab90ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Wed, 8 Mar 2023 22:00:45 +0100 Subject: 4800::1 is obsolete --- etc/portage/make.conf | 1 + etc/resolv.conf.head | 2 +- root/.Xresources | 1 + root/.vimrc | 2 ++ 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/portage/make.conf b/etc/portage/make.conf index 8fd9ac3..66205ed 100644 --- a/etc/portage/make.conf +++ b/etc/portage/make.conf @@ -53,6 +53,7 @@ USE="$USE rtlsdr" # za gqrx USE="$USE pdo" # za php USE="$USE -branding" # za libreoffice USE="$USE otf" # ta terminus +USE="$USE system-llvm clippy rust-src rust-analyzer rustfmt" # za rust CALLIGRA_FEATURES="stage words sheets" PALEMOON_ENABLE_UNSUPPORTED_COMPILERS=1 # uradno gcc 11 ni podprt diff --git a/etc/resolv.conf.head b/etc/resolv.conf.head index 85c53ee..703b256 100644 --- a/etc/resolv.conf.head +++ b/etc/resolv.conf.head @@ -1,3 +1,3 @@ search sijanec.eu nameserver 188.230.215.50 -nameserver 2a01:261:ee4:4800::1 +nameserver 2a01:261:ee4:4845:4c4f:4034:412e:5349 diff --git a/root/.Xresources b/root/.Xresources index a6216a7..6dd1c7b 100644 --- a/root/.Xresources +++ b/root/.Xresources @@ -3,3 +3,4 @@ xterm*foreground: white xterm*faceName:terminus:pixelsize=14 XTerm.VT100.color4: CornflowerBlue XTerm*selectToClipboard: true +X48*connectionFont:-*-fixed-medium-r-normal-*-12-*-*-*-*-*-iso8859-1 diff --git a/root/.vimrc b/root/.vimrc index 561f717..e1fd270 100644 --- a/root/.vimrc +++ b/root/.vimrc @@ -231,3 +231,5 @@ autocmd FileType python set tabstop=2 autocmd FileType python set shiftwidth=2 set guifont=terminus\ 12 + +let g:rust_recommended_style = 0 -- cgit v1.2.3