diff options
-rw-r--r-- | %HOME%/.bash_utils/alternatives.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/cxx.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/distr.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/file.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/git.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/mysql.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/os.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/path.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/text.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bashrc | 2 | ||||
-rw-r--r-- | %HOME%/.profile | 2 | ||||
-rw-r--r-- | README.md | 7 |
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. @@ -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]. |