summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2023-03-08 22:00:45 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2023-03-08 22:00:45 +0100
commit4062a522017a4afa5c5b7aedebd9384853ab90ab (patch)
tree2c6e791b91014ea432609d8e0b8e4b6ea9e7fdfa
parentkermit dovoljenje (diff)
downloadn-4062a522017a4afa5c5b7aedebd9384853ab90ab.tar
n-4062a522017a4afa5c5b7aedebd9384853ab90ab.tar.gz
n-4062a522017a4afa5c5b7aedebd9384853ab90ab.tar.bz2
n-4062a522017a4afa5c5b7aedebd9384853ab90ab.tar.lz
n-4062a522017a4afa5c5b7aedebd9384853ab90ab.tar.xz
n-4062a522017a4afa5c5b7aedebd9384853ab90ab.tar.zst
n-4062a522017a4afa5c5b7aedebd9384853ab90ab.zip
-rw-r--r--etc/portage/make.conf1
-rw-r--r--etc/resolv.conf.head2
-rw-r--r--root/.Xresources1
-rw-r--r--root/.vimrc2
4 files changed, 5 insertions, 1 deletions
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