You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-18
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,26 @@ This is what I install on any Windows 10 box.
27
27
28
28
Powershell 6.2 includes PSReadline, which provides history with up/down arrows, ctrl left and right to move between words, and other useful keybindings you'll know from bash.
29
29
30
+
### Trust PSGallery
31
+
32
+
To allow you to install items without further prompts:
### For `less`, `Add-PAthVariable` and a bunch of other useful commands that should be there out of the box
37
+
38
+
Get the [Powershell Community Extensions](https://github.com/Pscx/Pscx). Run:
39
+
40
+
Install-Module Pscx -Scope CurrentUser
41
+
42
+
AllowClobber is needed due to [this bug](https://github.com/Pscx/Pscx/issues/15)
43
+
44
+
### For 'Remove-ItemSafely' - ie, trashing files from the command line
45
+
46
+
Run:
47
+
48
+
Install-Module -Name Recycle -Scope CurrentUser
49
+
30
50
### For a decent, tabbed terminal
31
51
32
52
#### Tabbed terminals that work now
@@ -107,25 +127,7 @@ These have the 'everything at once' UI design of older Windows operating systems
107
127
- [**ConEmu**](https://conemu.github.io/) works, but has some contrast issues which make it hard to see the open tab, and is hampered by its author's desire for Windows XP support.
108
128
- [**ConsoleZ**](https://github.com/cbucher/console) is an updated version of the now-unmaintained Console2.
109
129
110
-
### Trust PSGallery
111
-
112
-
To allow you to install items without further prompts:
0 commit comments