Skip to content

Commit 197600d

Browse files
committed
Initial commit
0 parents  commit 197600d

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

LICENSE

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright (c) 2022 Alex Chan
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a
4+
copy of this software and associated documentation files (the "Software"),
5+
to deal in the Software without restriction, including without limitation
6+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
7+
and/or sell copies of the Software, and to permit persons to whom the Software
8+
is furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
16+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
17+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
18+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
19+
OTHER DEALINGS IN THE SOFTWARE.
20+

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# pathscripts
2+
3+
This is a collection of useful scripts and tools I keep in my [PATH].
4+
I use this Git repository to sync them across multiple computers.
5+
6+
I use scripts over shell config for a couple of reasons:
7+
8+
- Individual scripts are more portable.
9+
I can send you a script and you can start using it immediately, even if you use a different shell.
10+
11+
- I can use different languages.
12+
I'm not restricted to whatever my shell uses.
13+
14+
- It makes my shell start faster.
15+
I use [fish], and I've noticed that if I write large fish config files, there's a noticeable delay between starting a shell and getting my first prompt.
16+
Using scripts means I have smaller config files, and I get a first prompt faster.
17+
18+
[PATH]: https://en.wikipedia.org/wiki/PATH_(variable)
19+
[fish]: https://fishshell.com/
20+
21+
## Usage
22+
23+
Individual scripts have header comments explaining what they do.
24+
Download them and add them to your PATH.
25+
26+
You can also clone this entire repo, then add it to your PATH, if you want to use all the scripts.

0 commit comments

Comments
 (0)