remove useless files

This commit is contained in:
Léana 江 2024-01-19 23:58:46 +01:00 committed by Léana 江
parent 184985dfc6
commit ea0ec79735
11 changed files with 0 additions and 652 deletions

View file

@ -1,49 +0,0 @@
# repo paths
set REPOS_PATH ~/repos
set UNIV_REPOS_PATH ~/univ-repos
set PLAYGROUND_PATH ~/playground
set CODEWARS_PATH ~/codewars
set ZEROJUDGE_PATH ~/zerojudge
set -x EDITOR nvim # Default editor
set -x GPG_TTY (tty) # Set TTY for GPG
set -x fzf_preview_file_cmd 'delta' # fzf preview theme (bat)
set -x LS_COLORS (vivid -m 24-bit generate one-light) # fd theme
set fzf_fd_opts --hidden --exclude=.git # fzf-fish search hidden files
set -x DELTA_FEATURES +side-by-side # delta
set -x GOPATH ~/.go # gopath
set -x ANSIBLE_CONFIG ~/.ansible.cfg # Ansible path
# fzf layout & theme
set -x FZF_DEFAULT_OPTS '
--cycle
--border=none
--preview-window=wrap
--color=fg:#000000,bg:#eeeeee,hl:#ca1243
--color=fg+:#000000,bg+:#d0d0d0,hl+:#ca1243
--color=info:#0184bc,prompt:#645199,pointer:#645199
--color=marker:#0184bc,spinner:#645199,header:#645199
--color=gutter:#eeeeee'
if status is-interactive
# OCaml opam environment
if command -q opam
eval (opam env)
end
# tools
starship init fish | source
direnv hook fish | source
# vi cursor style
fish_vi_key_bindings
set fish_cursor_default block
set fish_cursor_insert line
set fish_cursor_replace_one underscore
set fish_cursor_visual block
# iTerm2 intergration
test -e {$HOME}/.iterm2_shell_integration.fish; and source {$HOME}/.iterm2_shell_integration.fish
end

View file

@ -1,36 +0,0 @@
theme = "onelight"
[editor]
line-number = "relative"
shell = ["fish", "-c"]
rulers = [80]
completion-trigger-len = 1
[editor.lsp]
display-inlay-hints = true
display-messages = true
[editor.file-picker]
hidden = false
[editor.cursor-shape]
insert = "bar"
select = "underline"
[editor.soft-wrap]
enable = true
[keys.normal]
K = "hover"
'{' = "goto_prev_paragraph"
'}' = "goto_next_paragraph"
C-u = ["half_page_up", "align_view_center"]
C-d = ["half_page_down", "align_view_center"]
n = ["search_next", "align_view_center"]
N = ["search_prev", "align_view_center"]
C-r = ":config-reload"
[keys.normal."space"]
'=' = ":fmt"
f = "file_picker_in_current_directory"
F = "file_picker"

View file

@ -1,16 +0,0 @@
[[language]]
name = "toml"
language-server = { command = "", args = [] }
[[language]]
name = "rust"
auto-format = false
language-server = { command = "rustup", args = [
"run",
"stable",
"rust-analyzer",
] }
[[language]]
name = "markdown"
language-server = { command = "ltex-ls" }

View file

@ -1 +0,0 @@
experimental-features = nix-command flakes

View file

@ -1,15 +0,0 @@
{
"flakes": [
{
"from": {
"id": "flakies",
"type": "indirect"
},
"to": {
"type": "git",
"url": "https://git.earth2077.fr/leana/flakies"
}
}
],
"version": 2
}