1
0
Fork 0

Autocommitted updated scripts from mari-wovn

main
Mari 5 years ago
parent 61555f0e3d
commit a37e669816
  1. 3
      nvim/init.vim
  2. 1
      per-host/Adversary/.config/nvim
  3. 1
      per-host/EarthDaughter/.config/nvim
  4. 1
      per-host/EarthDaughter/.vim
  5. 1
      per-host/MoonMother/.config/nvim
  6. 1
      per-host/blocky-cafe/.config/nvim
  7. 3
      per-host/mari-wovn/.bash_aliases
  8. 1
      per-host/mari-wovn/.config/nvim
  9. 1
      per-host/rock64/.config/nvim
  10. 1
      per-host/template/.config/nvim
  11. 4
      tmux.conf
  12. 1
      vim/.vim

@ -0,0 +1,3 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc

@ -85,9 +85,6 @@ function wovn_update() {
set -o pipefail
wovn_pull
printf "=== Updating the branch...\n"
if get_remote_branch_name >&/dev/null; then
git pull --rebase || exit "$?"
fi
git rebase develop_front || exit "$?"
printf "=== Checking dependencies...\n"
wovn_install

@ -1,5 +1,4 @@
# link destination: $HOME/.bash_aliases
##############
# Key Bindings
##############
@ -13,7 +12,9 @@ set-option -g mouse on
#####################
# Terminal Properties
#####################
set-option -sa terminal-overrides ',xterm:RGB'
set-option -g default-terminal screen-256color-bce
set-option -sg escape-time 10
############################
# Status/Title Configuration
@ -59,7 +60,6 @@ set-option -g history-limit 99999
# set-option -ug repeat-time
# set-option -ug set-remain-on-exit
# set-option -ug status-right-length
# set-option -ug terminal-overrides
# set-option -ug update-environment
# set-option -ug visual-activity
# set-option -ug visual-bell

@ -0,0 +1 @@
/home/marissa/.common-configs/per-host/mari-wovn/.vim
Loading…
Cancel
Save