Merge branch 'Development' of https://gitlab.orion-technologies.io/philler/dots into Development
This commit is contained in:
commit
1dc492dbab
2
dots/.config/.gitignore
vendored
2
dots/.config/.gitignore
vendored
@ -1 +1,3 @@
|
||||
fzf/
|
||||
nvim
|
||||
fish/
|
||||
|
@ -14,6 +14,7 @@ return {
|
||||
"Noto Sans Symbols2",
|
||||
"PowerlineExtraSymbols",
|
||||
{ family = "FiraCode NF", weight = "DemiBold", scale = 1.2 },
|
||||
"FiraCode NF",
|
||||
"MesloLGS NF",
|
||||
|
||||
-- <built-in>, BuiltIn
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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"
|
||||
|
@ -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
3
dots/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
.config/nvim
|
||||
packer_compiled.lua
|
||||
.nvim-environments/*/*/share
|
Loading…
Reference in New Issue
Block a user