aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-01 16:48:20 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-01 16:48:20 +0300
commitadc8be9a8312bf4c6b19fc5a0c1f0dc873f2fc16 (patch)
tree561d4416d4656701368234fb949de0f4725043fe
parentfix .gitattributes (diff)
downloadlinux-home-adc8be9a8312bf4c6b19fc5a0c1f0dc873f2fc16.tar.gz
linux-home-adc8be9a8312bf4c6b19fc5a0c1f0dc873f2fc16.zip
rename the project
-rw-r--r--%HOME%/.bash_utils/alternatives.sh2
-rw-r--r--%HOME%/.bash_utils/cxx.sh2
-rw-r--r--%HOME%/.bash_utils/distr.sh2
-rw-r--r--%HOME%/.bash_utils/file.sh2
-rw-r--r--%HOME%/.bash_utils/git.sh2
-rw-r--r--%HOME%/.bash_utils/mysql.sh2
-rw-r--r--%HOME%/.bash_utils/os.sh2
-rw-r--r--%HOME%/.bash_utils/path.sh2
-rw-r--r--%HOME%/.bash_utils/text.sh2
-rw-r--r--%HOME%/.bashrc2
-rw-r--r--%HOME%/.profile2
-rw-r--r--README.md7
12 files changed, 15 insertions, 14 deletions
diff --git a/%HOME%/.bash_utils/alternatives.sh b/%HOME%/.bash_utils/alternatives.sh
index 4a0565c..58fcfc3 100644
--- a/%HOME%/.bash_utils/alternatives.sh
+++ b/%HOME%/.bash_utils/alternatives.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com>
-# This file is part of the "Linux/Cygwin environment" project.
+# This file is part of the "linux-home" project.
# For details, see https://github.com/egor-tensin/linux-home.
# Distributed under the MIT License.
diff --git a/%HOME%/.bash_utils/cxx.sh b/%HOME%/.bash_utils/cxx.sh
index 2db46b0..3aaa918 100644
--- a/%HOME%/.bash_utils/cxx.sh
+++ b/%HOME%/.bash_utils/cxx.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com>
-# This file is part of the "Linux/Cygwin environment" project.
+# This file is part of the "linux-home" project.
# For details, see https://github.com/egor-tensin/linux-home.
# Distributed under the MIT License.
diff --git a/%HOME%/.bash_utils/distr.sh b/%HOME%/.bash_utils/distr.sh
index 52422df..232bbee 100644
--- a/%HOME%/.bash_utils/distr.sh
+++ b/%HOME%/.bash_utils/distr.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com>
-# This file is part of the "Linux/Cygwin environment" project.
+# This file is part of the "linux-home" project.
# For details, see https://github.com/egor-tensin/linux-home.
# Distributed under the MIT License.
diff --git a/%HOME%/.bash_utils/file.sh b/%HOME%/.bash_utils/file.sh
index 9c68bf8..684ff4b 100644
--- a/%HOME%/.bash_utils/file.sh
+++ b/%HOME%/.bash_utils/file.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com>
-# This file is part of the "Linux/Cygwin environment" project.
+# This file is part of the "linux-home" project.
# For details, see https://github.com/egor-tensin/linux-home.
# Distributed under the MIT License.
diff --git a/%HOME%/.bash_utils/git.sh b/%HOME%/.bash_utils/git.sh
index 8e6e789..e366f07 100644
--- a/%HOME%/.bash_utils/git.sh
+++ b/%HOME%/.bash_utils/git.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com>
-# This file is part of the "Linux/Cygwin environment" project.
+# This file is part of the "linux-home" project.
# For details, see https://github.com/egor-tensin/linux-home.
# Distributed under the MIT License.
diff --git a/%HOME%/.bash_utils/mysql.sh b/%HOME%/.bash_utils/mysql.sh
index f57199c..d7c8e18 100644
--- a/%HOME%/.bash_utils/mysql.sh
+++ b/%HOME%/.bash_utils/mysql.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com>
-# This file is part of the "Linux/Cygwin environment" project.
+# This file is part of the "linux-home" project.
# For details, see https://github.com/egor-tensin/linux-home.
# Distributed under the MIT License.
diff --git a/%HOME%/.bash_utils/os.sh b/%HOME%/.bash_utils/os.sh
index 4be558a..1e66108 100644
--- a/%HOME%/.bash_utils/os.sh
+++ b/%HOME%/.bash_utils/os.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com>
-# This file is part of the "Linux/Cygwin environment" project.
+# This file is part of the "linux-home" project.
# For details, see https://github.com/egor-tensin/linux-home.
# Distributed under the MIT License.
diff --git a/%HOME%/.bash_utils/path.sh b/%HOME%/.bash_utils/path.sh
index d371ff3..c8c4613 100644
--- a/%HOME%/.bash_utils/path.sh
+++ b/%HOME%/.bash_utils/path.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com>
-# This file is part of the "Linux/Cygwin environment" project.
+# This file is part of the "linux-home" project.
# For details, see https://github.com/egor-tensin/linux-home.
# Distributed under the MIT License.
diff --git a/%HOME%/.bash_utils/text.sh b/%HOME%/.bash_utils/text.sh
index e9d9702..0ea007f 100644
--- a/%HOME%/.bash_utils/text.sh
+++ b/%HOME%/.bash_utils/text.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Copyright (c) 2016 Egor Tensin <Egor.Tensin@gmail.com>
-# This file is part of the "Linux/Cygwin environment" project.
+# This file is part of the "linux-home" project.
# For details, see https://github.com/egor-tensin/linux-home.
# Distributed under the MIT License.
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index 94dd1f3..ac1dd68 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -1,5 +1,5 @@
# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com>
-# This file is part of the "Linux/Cygwin environment" project.
+# This file is part of the "linux-home" project.
# For details, see https://github.com/egor-tensin/linux-home.
# Distributed under the MIT License.
diff --git a/%HOME%/.profile b/%HOME%/.profile
index 4f8c6fd..eb57441 100644
--- a/%HOME%/.profile
+++ b/%HOME%/.profile
@@ -1,5 +1,5 @@
# Copyright (c) 2018 Egor Tensin <Egor.Tensin@gmail.com>
-# This file is part of the "Linux/Cygwin environment" project.
+# This file is part of the "linux-home" project.
# For details, see https://github.com/egor-tensin/linux-home.
# Distributed under the MIT License.
diff --git a/README.md b/README.md
index b570e63..0f68474 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
-Linux/Cygwin environment
-========================
+linux-home
+==========
+
+My dotfiles.
-Personal Linux/Cygwin environment (a.k.a. my dotfiles).
The files are maintained in this repository and shared across different
machines using [config-links].