Add license to headers
This commit is contained in:
parent
83d48975bd
commit
d5204823df
7 changed files with 37 additions and 0 deletions
|
@ -3,6 +3,8 @@ Config for TUI tools
|
|||
|
||||
Use `Nightfox theme <https://github.com/EdenEast/nightfox.nvim>`_
|
||||
|
||||
Under MIT License
|
||||
|
||||
Some tools have their upstream licenses.
|
||||
|
||||
Some configurations for these tools:
|
||||
|
@ -33,11 +35,14 @@ You need to install:
|
|||
- neomutt
|
||||
- neovim
|
||||
- newsboat
|
||||
- nvm
|
||||
- offlineimap3
|
||||
- pandoc (>= v3.0)
|
||||
- pms
|
||||
- poezio
|
||||
- pyinotify
|
||||
- python3-pygments
|
||||
- rbenv
|
||||
- scdoc
|
||||
- tmux
|
||||
- toot
|
||||
|
|
|
@ -86,6 +86,13 @@ function update-homes -d "Update homes configuration"
|
|||
make PREFIX=$HOME/.local install
|
||||
popd
|
||||
rm -rf ~/.cache/nvimpager-git
|
||||
|
||||
echo
|
||||
echo
|
||||
echo (set_color 719cd6)"*** Install virtualfish ***"(set_color normal)
|
||||
echo
|
||||
pip install --user --break-system-packages virtualfish
|
||||
vf install compat_aliases projects environment
|
||||
end
|
||||
|
||||
if set -q _flag_desktop && set -q _flag_install
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
# name: Nightfox
|
||||
# license: MIT
|
||||
# palette author: EdenEast
|
||||
# initial author: EdenEast
|
||||
# adapted by: Kujiu
|
||||
# preferred_background: 131a24
|
||||
# url: https://github.com/edeneast/nightfox.nvim/raw/main/extra/nightfox/nightfox_fish.fish
|
||||
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
# Nightfox colors for Tmux
|
||||
# name: Nightfox
|
||||
# license: MIT
|
||||
# palette author: EdenEast
|
||||
# initial author: EdenEast
|
||||
# adapted by: Kujiu
|
||||
# preferred_background: 131a24
|
||||
# Style: nightfox
|
||||
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/nightfox/nightfox_tmux.tmux
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
# Theme : nightfox
|
||||
# name: Nightfox
|
||||
# license: MIT
|
||||
# palette author: EdenEast
|
||||
# initial author: EdenEast
|
||||
# adapted by: Kujiu
|
||||
# Upstream : https://github.com/EdenEast/nightfox.nvim/
|
||||
|
||||
color background color145 default
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
#
|
||||
# nightfox styleset
|
||||
# name: Nightfox
|
||||
# license: MIT
|
||||
# palette author: EdenEast
|
||||
# initial author: EdenEast
|
||||
# adapted by: Kujiu
|
||||
# Based on: https://github.com/EdenEast/nightfox.nvim/
|
||||
#
|
||||
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
# From Nightfox theme
|
||||
# name: Nightfox
|
||||
# license: MIT
|
||||
# palette author: EdenEast
|
||||
# initial author: EdenEast
|
||||
# adapted by: Kujiu
|
||||
# Upstream: https://github.com/edeneast/nightfox.nvim
|
||||
|
||||
import poezio.theming
|
||||
|
|
Loading…
Reference in a new issue