Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
Marcin Woźniak 2021-01-07 18:48:15 +01:00
parent ca7b3901a8
commit 62c4b6f273
Signed by: y0rune
GPG Key ID: F204C385F57EB348
6 changed files with 10 additions and 4 deletions

View File

@ -198,6 +198,8 @@
(require 'robe)
(add-hook 'ruby-mode-hook 'robe-mode)
(add-hook 'robe-mode-hook 'ac-robe-setup)
(eval-after-load 'company
'(push 'company-robe company-backends))
(require 'flymake-ruby)
(add-hook 'ruby-mode-hook 'flymake-ruby-load)

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.plannaplan
.config/Microsoft/
.config/autostart/
.config/keepassxc/

View File

@ -1,4 +1,4 @@
#!/usr/lib/python-exec/python3.7/python
#!/usr/bin/python3
# EASY-INSTALL-SCRIPT: 'euscan==9999','euscan'
__requires__ = 'euscan==9999'
__import__('pkg_resources').run_script('euscan==9999', 'euscan')

View File

@ -5,7 +5,7 @@ chosen=$(echo -e "$choices" | dmenu -i)
case "$chosen" in
Lock) slock ;;
Suspend) sudo pm-suspend && slock ;;
Suspend) loginctl suspend && slock ;;
Reboot) sudo reboot ;;
Shutdown) sudo shutdown -h now ;;
esac

View File

@ -13,6 +13,8 @@ xset s 600&
xautolock -time 15 -locker slock&
# Programs
dwmstatusbar&
#compton&
#feh --bg-fill "$HOME/.wall.jpg" &
nm-applet --sm-disable&
@ -20,13 +22,13 @@ nm-applet --sm-disable&
dunst -config&
browser-x&
QT_SCALE_FACTOR=1.5 keepassxc &
/usr/local/bin/st -e /bin/sh -c "tmux new-session -s BASE -n HOME '/bin/zsh'\; split-window 'htop'\; new-window -n MAIL 'neomutt'\; new-window -n NEWSBOAT 'newsboat -r '\; new-window -n MUSIC 'cmus'"&
bitlbee -D&
/usr/local/bin/st -e /bin/sh -c "tmux new-session -s BASE -n HOME '/bin/zsh'\; split-window 'htop'\; new-window -n WEECHAT 'weechat'\; new-window -n MAIL 'neomutt'\; new-window -n NEWSBOAT 'newsboat -r '\; new-window -n MUSIC 'cmus'"&
#(sleep 30 && getforecast)&
sudo /usr/bin/rdate -s ntp.task.gda.pl && sudo /sbin/hwclock --systohc
megasync &
#mega-cmd-server --debug-full > /var/log/megacmd/megacmd.log&
setxkbmap pl&
dwmstatusbar&
# Two monitors are enabled?

1
.zshrc
View File

@ -24,6 +24,7 @@ ZSH_DISABLE_COMPFIX=true
source $ZSH/oh-my-zsh.sh
source $HOME/Linux/configs/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh &>> /dev/null
source $HOME/Linux/configs/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh &>> /dev/null
source $HOME/.plannaplan &>> /dev/null
[ ! -d $HOME/.config/fzf ] && git clone https://github.com/junegunn/fzf.git $HOME/.config/fzf
[ -f $HOME/.config/fzf/shell/key-bindings.zsh ] && source $HOME/.config/fzf/shell/key-bindings.zsh
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh