Compare commits

..

No commits in common. "2687639d495395757b1314431a49c7115a07d9b1" and "1c7837d29e9bf97ba793118a22fcb88519884713" have entirely different histories.

2 changed files with 5 additions and 7 deletions

View file

@ -4,6 +4,7 @@ call plug#begin()
Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
Plug 'https://gitlab.com/code-stats/code-stats-vim.git', {'do': ':TSUpdate'}
Plug 'vim-airline/vim-airline', {'do': ':TSUpdate'}
Plug 'catppuccin/nvim', {'as': 'catpputccin'}
call plug#end()

11
profile
View file

@ -8,6 +8,7 @@ if test -z "${XDG_RUNTIME_DIR}"; then
fi
fi
export XDG_CURRENT_DESKTOP=sway
# The city's finest exports!
export GIT_EDITOR="nvim"
@ -17,9 +18,6 @@ export SCREENSHOT_DIR="$HOME/Screenshots"
export LC_MESSAGES="C.UTF-8"
export TERM="xterm-256color"
export NPM_CONFIG_PREFIX="$HOME/.local/"
export PATH="$PATH:$NPM_CONFIG_PREFIX/bin"
# Let's get some private environment vars
source $HOME/.config/private.env
@ -28,11 +26,10 @@ export LESSHISTFILE=-
# Launch sway!
if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
export XDG_CURRENT_DESKTOP=sway
dbus-run-session sway
dbus-run-session sway
fi
alias ccat="highlight -O ansi $@"
alias ls="eza --time-style '+%Y.%m.%d %H.%M' --colour always --icons --group-directories-first --git $@"
alias ls="ls -h --color=auto"
alias vim="nvim $@"
alias wget="wget --hsts-file $HOME/.cache/wget-hsts"
alias wget="wget --hsts-file $HOME/.cache/wget/hsts"