lightmode
E. Almqvist 2 years ago
parent 1d7cace2cc
commit 2555d93237
  1. 2
      dunst/.config/dunst/dunstrc
  2. 1
      nvim/.config/nvim/init.vim
  3. 2
      zsh/.zshrc

@ -232,7 +232,7 @@
# Defines action of mouse event
# Possible values are:
# * none: Don't do anything.
# * do_action: If the notification has exactly one action, or one is marked as default,
# * do_action: If the notification has exactly one action, or one is marked as default,
# invoke it. If there are multiple and no default, open the context menu.
# * close_current: Close current notification.
# * close_all: Close all notifications.

@ -33,6 +33,7 @@ call plug#begin('~/.config/nvim/plugged')
Plug 'OmniSharp/omnisharp-vim'
Plug 'ngmy/vim-rubocop'
Plug 'lervag/vimtex'
Plug 'mikelue/vim-maven-plugin' " Java
call plug#end()
set nocompatible

@ -102,8 +102,6 @@ source $ZSH/oh-my-zsh.sh
# For a full list of active aliases, run `alias`.
#
alias ls="exa --icons"
source $ZSH/aliases.sh
export TERM='xterm-256color'
export PATH="$HOME/.scripts:$HOME/.cargo/bin:$PATH" # Add custom scripts!

Loading…
Cancel
Save