Merge branch 'Development' of https://gitlab.orion-technologies.io/philler/dots into Development

This commit is contained in:
Price Hiller 2022-08-02 16:34:41 -05:00
commit 1dc492dbab
53 changed files with 12 additions and 6 deletions

View File

@ -1 +1,3 @@
fzf/
nvim
fish/

View File

@ -14,6 +14,7 @@ return {
"Noto Sans Symbols2",
"PowerlineExtraSymbols",
{ family = "FiraCode NF", weight = "DemiBold", scale = 1.2 },
"FiraCode NF",
"MesloLGS NF",
-- <built-in>, BuiltIn

View File

@ -6,6 +6,11 @@ configure() {
init() {
# Enables bash completion compatability
autoload -U +X bashcompinit && bashcompinit
autoload -U +X compinit && compinit
local wkdir="${BASE_ZSH_CONFIG_DIR}/config/profile"
source "${wkdir}/profile/options.zsh"
source "${wkdir}/profile/env.zsh"

View File

@ -8,12 +8,10 @@ export ZSH_HIGHLIGHT_MAXLENGTH=10000
export ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=2
export ZSH_AUTOSUGGEST_STRATEGY=(history completion)
### Direnv ###
eval "$(direnv hook zsh)"
### FZF ###
function zvm_after_init() {
[[ -r "${HOME}/.config/fzf/fzf.zsh" ]] && source "${HOME}/.config/fzf/fzf.zsh"
[[ -r "${XDG_DATA_CONFIG}/fzf/fzf.zsh" ]] && source "${XDG_DATA_CONFIG}fzf/fzf.zsh"
}
export FZF_DEFAULT_COMMAND='fd --hidden --exclude .git --color=always'
export FZF_DEFAULT_OPTS="--height=80% --layout=reverse --info=inline --border --margin=1 --ansi"
@ -89,6 +87,9 @@ export PATH="${PATH}:${CARGO_HOME}/bin"
## Dotnet ###
export PATH="${PATH}:${XDG_DATA_HOME}/dotnet"
### Direnv ###
eval "$(direnv hook zsh)"
### Terminal Specific ###
# If using the kitty terminal we want to set our TERM var to be xterm as kitty will send
# kitty-xterm which causes a fucking headache and a half due to ncurses not containing

3
dots/.gitignore vendored
View File

@ -1,3 +0,0 @@
.config/nvim
packer_compiled.lua
.nvim-environments/*/*/share