Skip to content

Commit

Permalink
Add pretty projects icon
Browse files Browse the repository at this point in the history
  • Loading branch information
pmozil committed Jan 4, 2024
1 parent 8e1b15c commit 7884fe4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
Binary file added data/backgrounds/poseidon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions data/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ alias wm="dbus-run-session sway; exit"
alias nvim="lvim"
alias cbuild="cmake --build ./build --config Release"
alias dbuild="cmake --build ./build --config Debug"

RESET="\[\017\]"
NORMAL="\[\033[0m\]"
GREEN="\[\033[1;32m\]"
Expand All @@ -37,7 +36,7 @@ PS1="[\u@\h $YELLOW\W$NORMAL]$ $RESET"
# Exports
export GTK_THEME="gruveye"
export LANG=en_US.UTF-8
export PATH=$HOME/.local/bin/:$HOME/.local/bin/scripts/:$HOME/.cargo/bin/:$PATH
export PATH=$PATH:$HOME/.local/bin/:$HOME/.local/bin/scripts/:$HOME/.cargo/bin/
export CARGO_NET_GIT_FETCH_WITH_CLI="true"
export EDITOR=vim
export MOZ_ENABLE_WAYLAND=1
Expand Down
15 changes: 15 additions & 0 deletions data/config/lvim/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,21 @@ lvim.builtin.treesitter.active = true
lvim.builtin.treesitter.auto_install = true
lvim.builtin.treesitter.highlight.enable = true

lvim.builtin.bigfile.active = true
lvim.builtin.bigfile.config.filesize = 2
lvim.builtin.bigfile.config.pattern = { "*" }
lvim.builtin.bigfile.configfeatures = { -- features to disable
"indent_blankline",
"illuminate",
"lsp",
"treesitter",
"syntax",
"matchparen",
"vimopts",
"filetype",
}


-- -- set a formatter, this will override the language server formatting capabilities (if it exists)
local formatters = require "lvim.lsp.null-ls.formatters"
formatters.setup {
Expand Down
1 change: 1 addition & 0 deletions install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@
- [git submodule update --init --recursive, Installing submodules]
- [sh scripts/sshgen.sh, Setup ssh]
- [fc-cache -fv, Setup fonts]
- [gio set $HOME/Projects/ -t string metadata::custom-icon-name folder-development, Pretty projects icon]

0 comments on commit 7884fe4

Please sign in to comment.