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>`_
|
Use `Nightfox theme <https://github.com/EdenEast/nightfox.nvim>`_
|
||||||
|
|
||||||
|
Under MIT License
|
||||||
|
|
||||||
Some tools have their upstream licenses.
|
Some tools have their upstream licenses.
|
||||||
|
|
||||||
Some configurations for these tools:
|
Some configurations for these tools:
|
||||||
|
@ -33,11 +35,14 @@ You need to install:
|
||||||
- neomutt
|
- neomutt
|
||||||
- neovim
|
- neovim
|
||||||
- newsboat
|
- newsboat
|
||||||
|
- nvm
|
||||||
- offlineimap3
|
- offlineimap3
|
||||||
- pandoc (>= v3.0)
|
- pandoc (>= v3.0)
|
||||||
|
- pms
|
||||||
- poezio
|
- poezio
|
||||||
- pyinotify
|
- pyinotify
|
||||||
- python3-pygments
|
- python3-pygments
|
||||||
|
- rbenv
|
||||||
- scdoc
|
- scdoc
|
||||||
- tmux
|
- tmux
|
||||||
- toot
|
- toot
|
||||||
|
|
|
@ -86,6 +86,13 @@ function update-homes -d "Update homes configuration"
|
||||||
make PREFIX=$HOME/.local install
|
make PREFIX=$HOME/.local install
|
||||||
popd
|
popd
|
||||||
rm -rf ~/.cache/nvimpager-git
|
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
|
end
|
||||||
|
|
||||||
if set -q _flag_desktop && set -q _flag_install
|
if set -q _flag_desktop && set -q _flag_install
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
# name: Nightfox
|
# name: Nightfox
|
||||||
|
# license: MIT
|
||||||
|
# palette author: EdenEast
|
||||||
|
# initial author: EdenEast
|
||||||
|
# adapted by: Kujiu
|
||||||
# preferred_background: 131a24
|
# preferred_background: 131a24
|
||||||
# url: https://github.com/edeneast/nightfox.nvim/raw/main/extra/nightfox/nightfox_fish.fish
|
# url: https://github.com/edeneast/nightfox.nvim/raw/main/extra/nightfox/nightfox_fish.fish
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Nightfox colors for Tmux
|
# Nightfox colors for Tmux
|
||||||
|
# name: Nightfox
|
||||||
|
# license: MIT
|
||||||
|
# palette author: EdenEast
|
||||||
|
# initial author: EdenEast
|
||||||
|
# adapted by: Kujiu
|
||||||
|
# preferred_background: 131a24
|
||||||
# Style: nightfox
|
# Style: nightfox
|
||||||
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/nightfox/nightfox_tmux.tmux
|
# Upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/nightfox/nightfox_tmux.tmux
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
# Theme : nightfox
|
# Theme : nightfox
|
||||||
|
# name: Nightfox
|
||||||
|
# license: MIT
|
||||||
|
# palette author: EdenEast
|
||||||
|
# initial author: EdenEast
|
||||||
|
# adapted by: Kujiu
|
||||||
# Upstream : https://github.com/EdenEast/nightfox.nvim/
|
# Upstream : https://github.com/EdenEast/nightfox.nvim/
|
||||||
|
|
||||||
color background color145 default
|
color background color145 default
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
#
|
#
|
||||||
# nightfox styleset
|
# nightfox styleset
|
||||||
|
# name: Nightfox
|
||||||
|
# license: MIT
|
||||||
|
# palette author: EdenEast
|
||||||
|
# initial author: EdenEast
|
||||||
|
# adapted by: Kujiu
|
||||||
# Based on: https://github.com/EdenEast/nightfox.nvim/
|
# Based on: https://github.com/EdenEast/nightfox.nvim/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
# From Nightfox theme
|
# From Nightfox theme
|
||||||
|
# name: Nightfox
|
||||||
|
# license: MIT
|
||||||
|
# palette author: EdenEast
|
||||||
|
# initial author: EdenEast
|
||||||
|
# adapted by: Kujiu
|
||||||
# Upstream: https://github.com/edeneast/nightfox.nvim
|
# Upstream: https://github.com/edeneast/nightfox.nvim
|
||||||
|
|
||||||
import poezio.theming
|
import poezio.theming
|
||||||
|
|
Loading…
Reference in a new issue