Refactor copy_configs, improve sym-linking; vim configs fine for now

This commit is contained in:
2025-02-01 13:45:06 -06:00
parent defcd11e06
commit 3eb6f67184
4 changed files with 42 additions and 27 deletions

View File

@ -1,3 +1,4 @@
plugins, git repos for ref, clone in this dir if needed
#/bin/zsh
git clone https://github.com/ghifarit53/tokyonight-vim.git
git clone https://github.com/leafgarland/typescript-vim.git

View File

@ -1,7 +1,12 @@
" base settings
set nocompatible
let mapleader=","
set runtimepath+=$XDG_CONFIG_HOME/vim
" xdg base directory settings/clean-up
set runtimepath^=$XDG_CONFIG_HOME/vim
" add other dirs to path as needed
" XDG_CONFIG_HOME, XDG_CACHE_HOME, XDG_DATA_HOME, XDG_STATE_HOME, XDG_DATA_DIRS
" set/override other filenames/paths/dirs as needed
" plugin config
let g:netrw_banner=0 " hide banner

View File

@ -4,7 +4,6 @@ set -o vi
# path updates
export PATH=$DIR_BIN:$DIR_SCRIPTS:$PATH
export PATH=$PATH:/opt/homebrew/opt/ccache/libexec:/opt/homebrew/bin
export PATH=$PATH:$HOME/bin/android-sdk-darwin/platform-tools
# shortcuts for common commands
alias 3e='echo;echo;echo'