diff --git a/files/bash/.bashrc b/files/bash/.bashrc index 1395c2d..c7525d8 100644 --- a/files/bash/.bashrc +++ b/files/bash/.bashrc @@ -10,6 +10,12 @@ pathadd() { pathadd '/home/nemo/bin' pathadd '/home/nemo/projects/go/bin' +pathadd '/bin' +pathadd '/snap/bin' + +pathadd /home/nemo/.local/share/junest/bin + +eval $(keychain --eval) alias watch='watch ' alias xclip='xclip -selection c' @@ -60,6 +66,7 @@ alias pu='phpunit' alias ghpr='gh pull-request' alias ssdr='sudo systemctl daemon-reload' alias cat='bat' +alias fomu.setup='export PATH=/home/nemo/apps/fomu/bin:$PATH' # Gets list of all packages from AUR sorted by Size alias aur.list='expac -H M "%m\t%n" | sort -h > /tmp/expac.txt && pacman -Qqm > /tmp/aur.txt && grep --color=never -w -F -f /tmp/aur.txt /tmp/expac.txt' diff --git a/files/bash/.profile b/files/bash/.profile index 554c9a6..7874a0f 100644 --- a/files/bash/.profile +++ b/files/bash/.profile @@ -8,6 +8,6 @@ # for ssh logins, install and configure the libpam-umask package. #umask 022 -export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:$HOME/bin:/sbin:$HOME/projects/scripts/:$HOME/.node_modules/bin:$HOME/.gem/ruby/2.5.0/bin" +export PATH="/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:$HOME/bin:/sbin:$HOME/projects/scripts/:$HOME/.node_modules/bin:$HOME/.gem/ruby/2.5.0/bin:$HOME/bin:/bin" export npm_config_prefix=~/.node_modules -export GOPATH="/home/nemo/projects/go" \ No newline at end of file +export GOPATH="/home/nemo/projects/go" diff --git a/files/fonts/.config/fontconfig/conf.d/10-powerline-symbols.conf b/files/fonts/.config/fontconfig/conf.d/10-powerline-symbols.conf new file mode 100644 index 0000000..7e34a12 --- /dev/null +++ b/files/fonts/.config/fontconfig/conf.d/10-powerline-symbols.conf @@ -0,0 +1,105 @@ + + + + + + monospace + PowerlineSymbols + + + Droid Sans Mono + PowerlineSymbols + + + Droid Sans Mono Slashed + PowerlineSymbols + + + Droid Sans Mono Dotted + PowerlineSymbols + + + DejaVu Sans Mono + PowerlineSymbols + + + DejaVu Sans Mono + PowerlineSymbols + + + Envy Code R + PowerlineSymbols + + + Inconsolata + PowerlineSymbols + + + Lucida Console + PowerlineSymbols + + + Monaco + PowerlineSymbols + + + Pragmata + PowerlineSymbols + + + PragmataPro + PowerlineSymbols + + + Menlo + PowerlineSymbols + + + Source Code Pro + PowerlineSymbols + + + Consolas + PowerlineSymbols + + + Anonymous pro + PowerlineSymbols + + + Bitstream Vera Sans Mono + PowerlineSymbols + + + Liberation Mono + PowerlineSymbols + + + Ubuntu Mono + PowerlineSymbols + + + Meslo LG L + PowerlineSymbols + + + Meslo LG L DZ + PowerlineSymbols + + + Meslo LG M + PowerlineSymbols + + + Meslo LG M DZ + PowerlineSymbols + + + Meslo LG S + PowerlineSymbols + + + Meslo LG S DZ + PowerlineSymbols + + diff --git a/files/gtk/.config/gtk-2.0/gtkfilechooser.ini b/files/gtk/.config/gtk-2.0/gtkfilechooser.ini index 80e29b1..12cb1bc 100644 --- a/files/gtk/.config/gtk-2.0/gtkfilechooser.ini +++ b/files/gtk/.config/gtk-2.0/gtkfilechooser.ini @@ -1,9 +1,9 @@ [Filechooser Settings] -LocationMode=filename-entry +LocationMode=path-bar ShowHidden=true ShowSizeColumn=true -GeometryX=300 -GeometryY=124 +GeometryX=540 +GeometryY=215 GeometryWidth=840 GeometryHeight=630 SortColumn=name diff --git a/files/gtk/.gtkrc-2.0 b/files/gtk/.gtkrc-2.0 index d7416f1..9c83c83 100644 --- a/files/gtk/.gtkrc-2.0 +++ b/files/gtk/.gtkrc-2.0 @@ -1,19 +1,14 @@ -# DO NOT EDIT! This file will be overwritten by LXAppearance. -# Any customization should be done in ~/.gtkrc-2.0.mine instead. +# -- THEME AUTO-WRITTEN DO NOT EDIT +include "/usr/share/themes/Arc-Dark/gtk-2.0/gtkrc" + +style "user-font" { + font_name = "Cantarell 11" +} + +widget_class "*" style "user-font" -include "/home/nemo/.gtkrc-2.0.mine" -gtk-theme-name="Numix" -gtk-icon-theme-name="Numix" gtk-font-name="Cantarell 11" -gtk-cursor-theme-name="Adwaita" -gtk-cursor-theme-size=0 -gtk-toolbar-style=GTK_TOOLBAR_BOTH -gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-button-images=1 -gtk-menu-images=1 -gtk-enable-event-sounds=1 -gtk-enable-input-feedback-sounds=1 -gtk-xft-antialias=1 -gtk-xft-hinting=1 -gtk-xft-hintstyle="hintslight" -gtk-xft-rgba="rgb" + +include "/home/nemo/.gtkrc.mine" + +# -- THEME AUTO-WRITTEN DO NOT EDIT diff --git a/files/i3/.compton.conf b/files/i3/.compton.conf index 423826b..04864b9 100644 --- a/files/i3/.compton.conf +++ b/files/i3/.compton.conf @@ -51,7 +51,7 @@ fade-out-step = 0.05; fade-exclude = [ ]; # Other -backend = "xrender"; +backend = "xr_glx_hybrid"; mark-wmwin-focused = true; mark-ovredir-focused = true; # use-ewmh-active-win = true; diff --git a/files/i3/.i3/config b/files/i3/.i3/config index 06ca5c8..4b15d11 100644 --- a/files/i3/.i3/config +++ b/files/i3/.i3/config @@ -16,7 +16,10 @@ exec --no-startup-id nitrogen --restore exec --no-startup-id volumeicon exec --no-startup-id redshift-gtk exec --no-startup-id compton --config ~/.compton.conf +# For ArchLinux exec --no-startup-id connman-gtk +# For Ubuntu +exec --no-startup-id nm-applet exec --no-startup-id aa-notify -p -s 1 -w 60 -f /var/log/audit/audit.log # terminal