-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…mit-license Migrate to MIT license
- Loading branch information
Showing
6 changed files
with
53 additions
and
396 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,13 @@ | ||
#!/usr/bin/env bash | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Nord tmux TPM Loader + | ||
# project nord-tmux + | ||
# repository https://github.com/arcticicestudio/nord-tmux + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
# copyright Copyright (C) 2017 + | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# | ||
# [References] | ||
# Nord | ||
# https://github.com/arcticicestudio/nord | ||
# tmux | ||
# Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2017-present Sven Greb <[email protected]> | ||
|
||
# Project: Nord tmux | ||
# Repository: https://github.com/arcticicestudio/nord-tmux | ||
# License: MIT | ||
# References: | ||
# https://tmux.github.io | ||
|
||
NORD_TMUX_COLOR_THEME_FILE=src/nord.conf | ||
NORD_TMUX_VERSION=0.2.0 | ||
NORD_TMUX_STATUS_CONTENT_FILE="src/nord-status-content.conf" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Status Content - No Patched Font + | ||
# project nord-tmux + | ||
# repository https://github.com/arcticicestudio/nord-tmux + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
# copyright Copyright (C) 2017 + | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2017-present Sven Greb <[email protected]> | ||
|
||
# Project: Nord tmux | ||
# Repository: https://github.com/arcticicestudio/nord-tmux | ||
# License: MIT | ||
|
||
#+----------------+ | ||
#+ Plugin Support + | ||
#+----------------+ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Status Content + | ||
# project nord-tmux + | ||
# repository https://github.com/arcticicestudio/nord-tmux + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
# copyright Copyright (C) 2017 + | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2017-present Sven Greb <[email protected]> | ||
|
||
# Project: Nord tmux | ||
# Repository: https://github.com/arcticicestudio/nord-tmux | ||
# License: MIT | ||
|
||
#+----------------+ | ||
#+ Plugin Support + | ||
#+----------------+ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# title Nord tmux + | ||
# project nord-tmux + | ||
# version 0.2.0 + | ||
# repository https://github.com/arcticicestudio/nord-tmux + | ||
# author Arctic Ice Studio + | ||
# email [email protected] + | ||
# copyright Copyright (C) 2017 + | ||
# +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
# Copyright (c) 2017-present Arctic Ice Studio <[email protected]> | ||
# Copyright (c) 2017-present Sven Greb <[email protected]> | ||
|
||
# Project: Nord tmux | ||
# Repository: https://github.com/arcticicestudio/nord-tmux | ||
# License: MIT | ||
|
||
#+----------------+ | ||
#+ Plugin Support + | ||
#+----------------+ | ||
|