dgy
/
hexagons
Archived
1
0
Fork 0

sale trizen, entra yay. linux-ck y dpms

This commit is contained in:
deadguy 2018-08-24 14:01:32 -03:00
parent df2c7a2f0a
commit d6a59982ba
9 changed files with 108 additions and 276 deletions

22
.config/modprobed-db.conf Normal file
View File

@ -0,0 +1,22 @@
# For documentation, see the manpage for modprobed-db
# Path where database will reside.
# Do NOT user a variable in the following path like $HOME
# You MUST use a the fully qualified path or else invoking the script via sudo
# will trick it into thinking that the db is in /root/foo/bar
DBPATH="/home/deadguy/.config"
# Define the background of your terminal theme here.
# A setting of dark will produce colors that nicely contrast a dark background.
# setting of light will produce colors that nicely contrast a light background.
COLORS=dark
#COLORS=light
# Add modules in the ignore array that you do NOT want counted, for example modules that
# get built or that are provided by another package.
#
# For Arch Linux, some examples are given below.
IGNORE=(hp_wmi nouveau nvidia vboxdrv vboxnetflt vboxnetadp vboxpci lirc_dev lirc_i2c
osscore oss_hdaudio oss_usb tp_smapi thinkpad_ec
zavl znvpair zunicode zcommon zpios zfs spl splat firewire-core)

View File

@ -40,6 +40,7 @@ Plug '/usr/bin/fzf'
Plug 'junegunn/fzf.vim'
Plug 'coddingtonbear/neomake-platformio', { 'do': ':UpdateRemotePlugins' }
Plug 'jalvesaq/vimcmdline'
Plug 'supercollider/scvim'
call plug#end()
let g:plug_window = 'rightbelow topleft new'

View File

@ -1,53 +0,0 @@
#!/usr/bin/perl
# trizen configuration file
# Updated on Sun Jul 29 23:43:50 2018
our $CONFIG = {
ask_for_retry => 0, # bool -- When `makepkg` fails to build a package, offer the option for trying again.
aur_results_last_modified => 1, # bool -- Show the date when the packages were last updated in AUR results.
aur_results_popularity => 1, # bool -- Show the popularity score in AUR results.
aur_results_show_installed => 1, # bool -- Show when a package is installed in AUR results.
aur_results_sort_by => "name", # str -- Sort the AUR results by "name", "votes", "popularity" or "date".
aur_results_sort_order => "ascending", # str -- Sort the AUR results in "ascending" or "descending" order.
aur_results_votes => 1, # bool -- Show the number of votes in AUR results.
clone_dir => "/var/tmp/trizen-deadguy", # str -- Absolute path to the directory where to clone and build packages.
debug => 0, # bool -- Verbose mode.
flip_indices => 0, # bool -- In search+install mode, show the indices of packages in reverse order.
flip_results => 0, # bool -- Show the search results in reverse order.
force => 0, # bool -- Pass the `--force` flag to `pacman`.
git_clone_depth => 0, # int -- Pass the `--depth int` flag to `git clone`. (0 means no limit)
install_built_with_noconfirm => 0, # bool -- Install built packages with `--noconfirm`.
lwp_env_proxy => 1, # bool -- Use proxy settings defined in `env` (if any).
lwp_show_progress => 0, # bool -- Show the HTTPS requests made by LWP::UserAgent to the AUR servers.
lwp_timeout => 60, # int -- Seconds after which an HTTPS connection is aborted.
makepkg_command => "/usr/bin/makepkg -scf", # str -- The `makepkg` command that is used internally in building a package.
movepkg => 1, # bool -- Move built packages in the directory `movepkg_dir`.
movepkg_dir => "$ENV{HOME}/.cache/trizen", # str -- Absolute path to the directory where to move built packages (with `movepkg`).
nocolors => 0, # bool -- Disable output colors for `trizen`.
noedit => 0, # bool -- Do not prompt to edit files when installing an AUR package.
noinfo => 0, # bool -- Do not display package information when installing an AUR package.
noinstall => 0, # bool -- Do not install built packages -- builds only.
nopull => 0, # bool -- Do not `git pull` new changes from the AUR git server.
packages_in_stats => 5, # int -- The number of packages to display in `--stats`
pacman_command => "/usr/bin/pacman", # str -- The `pacman` command that is used internally for pacman operations.
pacman_local_dir => "/var/lib/pacman/local", # str -- Absolute path to the pacman's local directory.
pager_mode => 1, # bool -- Show the build files in pager mode using pager.
quiet => 0, # bool -- Do not display any warnings.
recompute_deps => 1, # bool -- Recompute the dependencies of a package after its build files are inspected.
show_build_files_content => 1, # bool -- Show the content of the build files of a package before building it.
show_comments => 0, # bool -- Show AUR comments for a package before building it.
show_diff_only => 1, # bool -- When the build files of a package already exist locally, show the diff only.
show_inexistent => 1, # bool -- Warn about packages that do not exist in AUR, during -Su.
show_ood => 1, # bool -- Warn about out-of-date marked packages, during -Su.
show_unmaintained => 1, # bool -- Warn about unmaintained packages, during -Su.
skipinteg => 0, # bool -- Pass the `--skipinteg` argument to `makepkg`.
split_packages => 1, # bool -- Ask about installing the other parts of a split package.
ssl_verify_hostname => 1, # bool -- Ensure LWP::UserAgent connects to servers that have a valid certificate.
su_command => "/usr/bin/su -c", # str -- Command used when special permissions are required and `use_sudo` is set to 0.
sudo_autorepeat => 0, # bool -- Automatically repeat `sudo -v` in the background after a `sudo` command was first executed.
sudo_autorepeat_at_runtime => 0, # bool -- Execute `sudo -v` when `trizen` is first executed and apply the behavior of `sudo_autorepeat`.
sudo_autorepeat_interval => 180, # int -- Interval, in seconds, after which `sudo -v` is executed in background (with `sudo_autorepeat`).
sudo_command => "/usr/bin/sudo", # str -- Command used when special permissions are required and `use_sudo` is set to 1.
use_sudo => 1, # bool -- Use the `sudo` command when special permissions are required.
}

36
.config/yay/config.json Normal file
View File

@ -0,0 +1,36 @@
{
"buildDir": "/home/deadguy/.cache/yay",
"editor": "",
"editorflags": "",
"makepkgbin": "makepkg",
"pacmanbin": "pacman",
"pacmanconf": "/etc/pacman.conf",
"tarbin": "bsdtar",
"redownload": "no",
"rebuild": "no",
"answerclean": "",
"answerdiff": "",
"answeredit": "",
"answerupgrade": "",
"gitbin": "git",
"gpgbin": "gpg",
"gpgflags": "",
"mflags": "",
"sortby": "votes",
"gitflags": "",
"requestsplitn": 150,
"sortmode": 0,
"sudoloop": false,
"timeupdate": false,
"devel": true,
"cleanAfter": false,
"gitclone": true,
"provides": true,
"pgpfetch": true,
"upgrademenu": true,
"cleanmenu": true,
"diffmenu": true,
"editmenu": true,
"combinedupgrade": false,
"useask": false
}

View File

@ -21,6 +21,7 @@ alias p='pacui'
alias sr='sr -browser=$CLIBROWSER' # open in cli browser
alias surfraw='surfraw -browser=$BROWSER' # open in gui browser
alias foxy='FoxDot & disown'
alias bm='bashmount'
# MAXIMUM VERBOSITY YIELDS MAXIMUM RESULTS
alias chmod='chmod -v'
@ -57,10 +58,11 @@ alias ping='ping -c 5 '
alias dd="dd status=progress"
# Comandos
alias sudo="sudo "
alias logout="bspc quit 1"
alias svi="sudo nvim"
alias pacmir='sudo pacman-mirrors -f5'
alias upd='trizen -Syu'
alias upd='yay -Syu'
alias ytw='youtube-viewer -C -D -W -f -7 --results=10'
alias hoy='calcurse -a --format-apt=" - %m (%S a %E)\n" --format-recur-apt=" - %m (%S a %E)\n"'
alias week='calcurse -r7 --format-apt=" - %m (%S a %E)\n" --format-recur-apt=" - %m (%S a %E)\n"'

View File

@ -32,7 +32,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f
fi
xset dpms 900 1200 1800 &
xset dpms 1200 1800 2700 &
xset s noexpose &
setxkbmap -option caps:escape

2
.zshrc
View File

@ -17,6 +17,8 @@ GEOMETRY_PROMPT_PLUGINS=(virtualenv git)
GEOMETRY_SYMBOL_PROMPT=">"
GEOMETRY_SYMBOL_EXIT_VALUE="!"
GEOMETRY_SYMBOL_ROOT="#"
GEOMETRY_DIR_SPACER=""
GEOMETRY_PROMPT_PREFIX_SPACER=""
zplugin ice lucid atload"prompt_geometry_render"
zplugin light geometry-zsh/geometry
zplugin ice atinit'local i; for i in *.zsh; do source $i; done'; zpl light ~/.config/zsh

View File

@ -1,88 +1,63 @@
accountsservice
acpi
acpid
adobe-source-code-pro-fonts
adobe-source-han-sans-jp-fonts
adobe-source-sans-pro-fonts
aisleriot
alsa-oss
amsynth
arduino
arduino-avr-core
android-file-transfer
atool
audacity
autoconf
automake
autopep8
b43-fwcutter
bat
bison
blender
blueman
bmenu
bspwm
bzr
cadence
calf
catfish
catimg
ccache
clang
command-not-found
compton
cpupower
crda
ctags
cups
cups-pk-helper
dash
dconf-editor
delayed-hibernation
dhclient
dhcpcd
dhex
dialog
diff-so-fancy
discount
dnsmasq
docx2txt
downgrade
dunst
dunstify
ecryptfs-utils
efitools
ethtool
efibootmgr
exfat-utils
f2fs-tools
fakeroot
fd
ffmpegthumbnailer
file-roller
firefox
ghex
flex
gcc
gimp-nufraw
gimp-plugin-gmic
gimp-plugin-lqr
gpart
gparted
grub
gsimplecal
grub-theme-manjaro
gst-libav
gst-plugins-bad
gst-plugins-good
gst-plugins-ugly
gtk-engine-murrine
gtk-engines
gstreamer-vaapi
gucharmap
gufw
gvfs-afc
gvfs-gphoto2
gvfs-mtp
gvfs-smb
haveged
hdparm
hibernator
highlight
htop
hub
hunspell-es_any
hunspell-es_ar
hydrogen
inkscape
imagemagick
intel-ucode
iputils
ipw2100-fw
@ -91,219 +66,118 @@ irssi
jfsutils
jp2a
jq
lib32-mesa-demos
lib32-openal
libdvdcss
libgsf
libopenraw
libpng12
libunrar
linux-rt-manjaro
linux-rt-manjaro-headers
linux44-headers
linux44-ndiswrapper
licenses
logrotate
lrzip
lsof
ltrace
lxappearance-gtk3
lynx
lzop
maim
make
man-db
man-pages
manjaro-alsa
manjaro-firmware
manjaro-hotfixes
manjaro-pulse
manjaro-release
manjaro-system
mediainfo
memtest86+
mencoder
minted
mkinitcpio-nfs-utils
mkinitcpio-openswap
mlocate
mpc
mpd
mpv
mtr
namcap
nano
nbd
ncdu
ncmpcpp
neomutt
net-snmp
netctl
network-manager-applet
networkmanager-dispatcher-ntpd
networkmanager-openconnect
networkmanager-openvpn
networkmanager-pptp
networkmanager-vpnc
nfs-utils
nilfs-utils
njconnect
nss-mdns
oblogout-manjaro
obs-studio
ntfs-3g
oblogout
odt2txt
offlineimap
open-fuse-iso
os-prober
otf-overpass
p7zip
paprefs
parallel
patch
pavucontrol
pd
pd-l2ork
perl-clone
perl-curses-ui
perl-dbi
perl-glib-object-introspection
perl-image-exiftool
perl-mime-types
perl-text-charwidth
perl-xml-libxml
pkgbrowser
pkgfile
polkit-gnome
polybar
powertop
ps_mem
pulseaudio-bluetooth
pulseaudio-ctl
pulseaudio-equalizer
perl-lwp-protocol-https
pkgconf
pulseaudio-jack
pulsemixer
pygmentize
python-beautifulsoup4
python-isort
python-language-server
python-markdown
python-mpd2
python-neovim
python-opengl
python-pillow
python-pip
python-pydocstyle
python-pyliblo
python-pyperclip
python-pystemmer
python-pytest-cache
python-pytest-flake8
python-setproctitle
python-virtualenv
python2-lxml
python2-numpy
python2-virtualenv
qalculate-gtk
qsynth
qt5-styleplugins
qt5-tools
qt5-webengine
qt5ct
redshift
refind-efi
ranger
reiserfsprogs
ripgrep
rofi
rp-pppoe
rsync
s-nail
sdl2_mixer
sdparm
sc3-plugins
seahorse
smartmontools
soundfont-fluid
sox
squashfs-tools
srandrd
stalonetray
strace
shellcheck
spectre-meltdown-checker
sublime-text
subversion
surfraw
swh-plugins
sxhkd
sxiv-rifle
syslinux
system-config-printer
systemd-sysvcompat
tap-plugins
telegram-desktop
termite
testdisk
texlive-fontsextra
texlive-formatsextra
texlive-science
the_silver_searcher
thermald
tk
tlp
tmux
transmission-cli
tree
trizen
ttf-anonymous-pro
ttf-font-awesome
ttf-hanazono
ttf-montserrat
tumbler
unace
unarj
uncrustify
unrar
urxvt-perls
usb_modeswitch
usbutils
vco-plugins
w3m
wah-plugins
which
wireless_tools
wmctrl
wmutils
x264
xcursor-simpleandsoft
xcursor-vanilla-dmz-aa
xdg-su
xdg-user-dirs
wpa_actiond
xdo
xdotool
xf86-input-elographics
xf86-input-evdev
xf86-input-keyboard
xf86-input-mouse
xf86-input-void
xf86-input-synaptics
xf86-video-fbdev
xf86-video-intel
xfce4-power-manager
xorg-fonts-misc
xorg-iceauth
xorg-sessreg
xorg-twm
xorg-xbacklight
xorg-xcmsdb
xorg-xdpyinfo
xorg-xdriinfo
xorg-xev
xorg-xfd
xorg-xgamma
xorg-xhost
xorg-xinit
xorg-xkill
xorg-xlsatoms
xorg-xlsclients
xorg-xrefresh
xorg-xprop
xorg-xsetroot
xorg-xvinfo
xtitle
xorg-xwininfo
xss-lock
yapf
yay
youtube-dl
youtube-viewer
zathura-cb
zathura-djvu
zathura-pdf-poppler
zathura-ps
zsh-completions
zsh-history-substring-search
zsh-syntax-highlighting

View File

@ -1,90 +1,38 @@
adwaita-qt5
alephone-eternalx
alephone-evil
alephone-infinity
alephone-marathon
alephone-marathon2
bandcamp-dl
bashmount
bdf2psf
batify
bfs
blockout2
boxes-git
calcurse-git
canon-pixma-ip7200-printer
colort-git
deflemask
distrho-lv2-git
distrho-vst-git
dpf-plugins-git
dunst-git
figlet-fonts
flif-git
gimp-font-rendering-fix
cherry-font
gimp-paint-studio
gimp-plugin-akkana-git
gimp-plugin-create-layer-mask-from
gimp-plugin-duplicate-to-another-image
gimp-plugin-laso
gimp-plugin-export-layers
gimp-plugin-layer-via-copy-cut
gimp-plugin-layerfx
gimp-plugin-satequalizer
gimp-plugin-saveforweb
gimp-plugin-scale-layer-to-image-size
gimp-plugin-toy
gimp-plugin-wavelet-sharpen
gnome-vfs
godot
gohufont
hsetroot
ibniz-git
i3lock-color
icons-in-terminal
img2xterm
imlib2-bpg-git
imlib2-webp-git
lab
libbpg
linux-ck
lmms-orgmaker-samples
megatools
modprobed-db
ncpamixer-git
ncpamixer
neovim-drop-in
oldschool-pc-fonts
openav-artyfx-git
otf-san-francisco
pablodraw
pacnews-neovim
papirus-icon-theme-git
perl-extract-url
perl-getopt-long-descriptive
perl-uri-find
phallus-fonts-git
platformio
pmount
proggyfonts
pymdown-extensions
python-lolcat
python-proc
ranger-git
rar
reaper
rofi-git
sc3-plugins-git
shadowfox-updater
shellcheck-static
soulseekqt
ted
terminus-font-ll2-td1
toilet-fonts
transmission-remote-cli-git
ttf-clear-sans
ttf-ibm-plex-git
ttf-inter-ui
ttf-iosevka
ttf-iosevka-term
ttf-monaco
ttf-ibm-plex
ttf-sarasa-gothic
unclutter-xfixes-git
urlview
xcursor-alkano-default
xzoom
zsh-completions-git