You make the most esthetic tech videos on the web Takuya, I really appreciate your time and effort in creating them, and the backgrounds from Keza are wonderful. Thank you!
In 9:50 you can get error write file. You need to run the command "New-Item -Path $profile -Type File -Force". In file "Microsoft.PowerShell_profile.ps1" insert "$profile = Join-Path $env:USERPROFILE '\.config\powershell\user_profile.ps1' . $profile". And you can continue tutorial :D
I just stumbled onto your page today. I have to say that you work is amazing. Your video editing skills along with bringing in an atmosphere of warmth makes watching your work 10x more enjoyable. Following!
It's a special and unique experience for me getting recommended to watch such nice tech video by RUclips's recommendation algorithm as one of the maintainers of Scoop. I like the ASMR rain sounds, pretty chill!
Your setup aesthetic is 10/10 Your video editing skill is 10/10 Your Drawing skill is 10/10 Your coding skill is 10/10 Omg! Are you a demigod? Could you please teach us one of this skills? I really would love a video talking about how to edit videos like that. It would be my Christmas present 🎁🎁🎁🎁🎁💝💝💝. Thank you so much!!!! Greetings from Brazil.
I have watched this video for 3 days and the results are also very satisfying. I really appreciate your great video. Indirectly you have made developer standards cooler. Thank you very much, Greetings from Indonesia⚡
9:40 to 10:03 , if you are an problem like "Can't open file for writing: no such file or directory" ,just go in your repertory documents and add folder PowerShell
Amazing and a huge thanks. I had recently switched myself from mac to windows. I was bored with windows terminal and was exploring out for something similar to zsh and here I found your video. Finally, I am happy to setup the terminal. This would definitely improve my productivity as navigating into drives is a pain in windows and that z module is crazy like literally in two words or char I can switch between drives amazing. Thanks bro.
I didn't know Powershell could be this beautiful, your work turns simple things into wonderful things, thanks so much for this video I love your content!
All the time when I watch your videos and I read your Inkdrop's source code, I get so motivated and inspired! You, Fabio Akita and Angela Yu are my references! Thank you! Remember this: You deserve all of your success! You are god at it! Never settle! More success is coming for you! I feel like, you just need more marketing (exposing your content and product to the public) I'm 100% sure that they will love it! Because the skills and talent you already got, now the world needs to see it!
Sadly oh-my-posh is no longer working this way on Windows, when doing the installation steps a message from the developer appears, warning about it. Thank you for such an exquisite video.
Takuya, man. Hope you are doing well. This type of vids is just mind-blowing, thank you! Gonna be taking quite a few things from this one when I am back home. Cheers ☕
Please make a tutorial on how you make your videos. I mean how you edit it, do the animations, and most importantly the terminal overlay effect. I like your style a lot and it inspired me to do something similar to this. Thanks.
If anyone else gets an error at 10:03 that "~/Documents/Powershell/Microsoft.Powershell_profile.ps1" doesn't exist, you need to run the command "New-Item -Path $profile -Type File -Force "
I did that and when i start a new powershell, i get this error "ParserError: C:\Users\anees\OneDrive\Documents\PowerShell\Microsoft.PowerShell_profile.ps1:1". I dont know why onedrive is coming in between, any idea?
@@aneeshsk8658 Try this: New-Item -ItemType SymbolicLink -Path C:\users\[yourusername]\Documents\Powershell -Target C:\users\[yourusername]\OneDrive\Documents\WindowsPowershell If the folder /Powershell already exist just delete it and run the command again, this work fine for me :)
Beautiful as always :) いつも落ち着きたい時に見させていただいてます。何ヶ月か前からTakuyaさんのおかげで仕事のワークフローを100%Neovimに移しました。日々のコードがとても楽しくなってきました。Thanks for everything and keep up the awesome work!
The 'customize prompt" part code can be regarded as an upgrade of "atomic" theme, which means yuou dont need to type all the code but change from the "atomic" theme code
If you get a problem doing user profile, in your console run: test-path $profile if it return false run: New-Item -Path $profile -Type File -Force after this you will able to create the user profile file
In an effort to grow oh-my-posh, the decision was made to no longer support the PowerShell module. Over the past year, the added benefit of the module disappeared, while the burden of maintaining it increased. However, this doesn't mean oh-my-posh disappears from your terminal, it just means that you'll have to use a different tool to install it. i get this message when i try to install oh-my-posh
Hey friend In an effort to grow oh-my-posh, the decision was made to no longer support the PowerShell module. Over the past year, the added benefit of the module disappeared, while the burden of maintaining it increased. However, this doesn't mean oh-my-posh disappears from your terminal, it just means that you'll have to use a different tool to install it. All you need to do, is follow the migration guide here:
I need some help. I'm getting " The term | 'C:\Users\paras\.config\powershell\user_profile.ps1' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again." at 10:06 on every new terminal tab i open. Any help would be appreciated.
Wow I just setup my windows 10 and WSL system up and you post a guide the day after. 😆 Thanks so much for these videos. The Channel reminds me a lot of Ryoya Takashima and his Channel Peaceful Cuisine.
pls pls make a complete neovim tutorial for windows 11 complete with keybindings you're really good, i wanna switch from vscode so bad after watching this (TT)
When I get to $env:USERPROFILE part I am getting can't open file for writing: no such file or directory, even though I followed the tutorial exactly and did not misspell anything, any thoughts?
10:03 I can't do that giving me error function \.config\powershell\user_profile.ps1 Unexpected token '\.config\powershell\user_profile.ps1' in expression or statement.PowerShell idk pls help
honestly, until today I was 100% sure that PS was a crappy shell for Windows administrators (poor them), but somehow you've made me doubt it for a bit. Not sure if I should thank you or hate you lol. Anyways - thanks for your work, you make coding look esthetic (which is actually should always be)
Set-PoshPrompt -Theme Paradox if you have the next error> is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Hey Takuya! First of all... thanks for all your amazing vids, mate! 😊👌 I'm having a problem when taking the step 9 "08:50 Make a user profile and set command aliases", giving me an error: "E212: Can't open file for writing: no such file or directory" I was reading through Internet, but nothing seems to work to solve this. 😥 Could you help me, please? Thank you in advance!
I had the same issue at first and that was because my PowerShell configuration folder was named WindowsPowerShell and not PowerShell. So what you need to do is to make a new directory called "PowerShell" or rename the "WindowsPowerShell" to "PowerShell". Hope that it works.
@@adrianotgonzaya4478 Hi Adrian, thanks for you help. But i've just checked my directory name and it is: "C:\Users\MYUSERNAME\.config\powershell", so if it's what you meant, i don't think it's the same case. 😔😓 I hoped @devaslife could help me, but not sure if he read my comment. :( Maybe could be because my Windows installation is in spanish? 🤔
Check out my Markdown note-taking app designed for developers 👉 www.inkdrop.app/?K2_WwrmM
hello
You make the most esthetic tech videos on the web Takuya, I really appreciate your time and effort in creating them, and the backgrounds from Keza are wonderful. Thank you!
Thanks, Mark!
It's aesthetic, and yes!!! 😁
Aesthetically pleasing* :)
This guy really loves the sound of his keyboard.
What a great video, I didn’t knew it was possible to leave a powershell like this. You are a big inspiration friend, keep on with the good content
In 9:50 you can get error write file. You need to run the command "New-Item -Path $profile -Type File -Force". In file "Microsoft.PowerShell_profile.ps1" insert "$profile = Join-Path $env:USERPROFILE '\.config\powershell\user_profile.ps1'
. $profile". And you can continue tutorial :D
Not every superheroes wear a cape 💛 Thanks man !
my Man just saved me with the solution
Man, you guy saved my life....
can anyone explain to me what happened at 11:14 part? Looks like he run or execute the command or something to download it. I really need your help.
what a heroic solution bro thanks
Thanks for collaborating with me, Kazephoto!
ruclips.net/user/kazephoto
Got a small typo for powershell in the title. I m a minute in and I already appreciate the editing. Keep up the good content!
@@RedJamsss Fixed it!
Hey Taku! What is your monitor?
@@RedJamsss b . ki8 bhu8
@@RedJamsssv nju6
I just stumbled onto your page today. I have to say that you work is amazing. Your video editing skills along with bringing in an atmosphere of warmth makes watching your work 10x more enjoyable. Following!
the sound itself of typing is so indeed relaxing. Feels like I'm watching asmr and tutorial at the same time.
You improve the format with each video you upload, simply impressive !!
💪💪
It's a special and unique experience for me getting recommended to watch such nice tech video by RUclips's recommendation algorithm as one of the maintainers of Scoop. I like the ASMR rain sounds, pretty chill!
can we just appreciate how cozy and perfect his videos are
You are setting a new standard for youtube dev videos, this is amazing! Keep up the zen-dev :)
I have quite literally not a single clue about what's happening in this video, yet I'm fascinated.
Your setup aesthetic is 10/10
Your video editing skill is 10/10
Your Drawing skill is 10/10
Your coding skill is 10/10
Omg! Are you a demigod?
Could you please teach us one of this skills? I really would love a video talking about how to edit videos like that.
It would be my Christmas present 🎁🎁🎁🎁🎁💝💝💝.
Thank you so much!!!!
Greetings from Brazil.
WTF? The aesthetics of this video are AMAZING. I can both learn nd fall asleep to this....so relaxing and chill.
Best Tech content creator... Thank you for such a informative video
Thanks!
I have my terminal already set up with Oh My Posh but I watched this anyway - it's so relaxing. Thank you for making this content the way it's made!
Wow! PowerShell lover here, thanks for all the fancy stuff. I didn't know you could use those mods 👀
For some reason I always thought you must have a linux terminal to have such features. You proved me wrong, thank you for this!
I subscribed immediately as I saw your channel because I was using the same oh-my-posh theme and I discovered it was yours. Amazing.
I never really used Powershell…. Until this video 😍
You just took Oh-my-posh to the next level, amazing
I have watched this video for 3 days and the results are also very satisfying. I really appreciate your great video. Indirectly you have made developer standards cooler. Thank you very much, Greetings from Indonesia⚡
9:40 to 10:03 , if you are an problem like "Can't open file for writing: no such file or directory" ,just go in your repertory documents and add folder PowerShell
Same bro did you got solution??
@@ronitgandhi7716 yes, just go up to documents directory and create New folder name "powershell"
@@YannAriell I have a folder already named powershell and it is still not working
Thank you!!
@@YannAriell it's working now, thank you!
Amazing and a huge thanks. I had recently switched myself from mac to windows. I was bored with windows terminal and was exploring out for something similar to zsh and here I found your video. Finally, I am happy to setup the terminal. This would definitely improve my productivity as navigating into drives is a pain in windows and that z module is crazy like literally in two words or char I can switch between drives amazing. Thanks bro.
I didn't know Powershell could be this beautiful, your work turns simple things into wonderful things, thanks so much for this video I love your content!
couldn't be more true.
Thank you. Now my Powershell looks stunning. I found your channel by chances (thanks RUclips algorithm) and now I've become your fan.
Always great to find a fellow Hack font enjoyer.
All the time when I watch your videos and I read your Inkdrop's source code, I get so motivated and inspired!
You, Fabio Akita and Angela Yu are my references!
Thank you! Remember this:
You deserve all of your success! You are god at it! Never settle! More success is coming for you!
I feel like, you just need more marketing (exposing your content and product to the public) I'm 100% sure that they will love it!
Because the skills and talent you already got, now the world needs to see it!
🙏🙏🙏
It is so pleasant to watch your vids. I will follow this vid and apply to my workflow on Windows 11 this weekend. It is look so much great.
I'm speechless. That was beautiful.
Sadly oh-my-posh is no longer working this way on Windows, when doing the installation steps a message from the developer appears, warning about it.
Thank you for such an exquisite video.
Your tutorial videos are a pure art form!
Takuya, man. Hope you are doing well.
This type of vids is just mind-blowing, thank you! Gonna be taking quite a few things from this one when I am back home. Cheers ☕
Please make a tutorial on how you make your videos. I mean how you edit it, do the animations, and most importantly the terminal overlay effect. I like your style a lot and it inspired me to do something similar to this. Thanks.
Yep I just stumbled onto him today and I have to say I have never seen anything like it.
Man, your videos are visual stunning and stimulating to the eye
I don't really know how, but you inspired me to put things in order and start using powershell everyday.
Wow. This is the most beautiful tech tutorial I have seen. Instantly subscribed
thank you for your kind existence among us ... be blessed and continue what u are doing ....
Amazing to see someone puts proper effort in his setup
If anyone else gets an error at 10:03 that "~/Documents/Powershell/Microsoft.Powershell_profile.ps1" doesn't exist, you need to run the command "New-Item -Path $profile -Type File -Force
"
I did that and when i start a new powershell, i get this error "ParserError: C:\Users\anees\OneDrive\Documents\PowerShell\Microsoft.PowerShell_profile.ps1:1". I dont know why onedrive is coming in between, any idea?
Unexpected token '\.config\powershell\user_profile.ps1' in expression or statement.
@@aneeshsk8658 Try this: New-Item -ItemType SymbolicLink -Path C:\users\[yourusername]\Documents\Powershell -Target C:\users\[yourusername]\OneDrive\Documents\WindowsPowershell
If the folder /Powershell already exist just delete it and run the command again, this work fine for me :)
@@SinhNguyen-tz6us It does not work for me. When i open a new powershell, this error shows again. Any ideas?
@@namdd2883 Maybe remove the C:\users\[yourusername]\Documents\Powershell folder and then run it again?
Beautiful as always :) いつも落ち着きたい時に見させていただいてます。何ヶ月か前からTakuyaさんのおかげで仕事のワークフローを100%Neovimに移しました。日々のコードがとても楽しくなってきました。Thanks for everything and keep up the awesome work!
Awesome🤩
the oh-my-posh part has to be updated since oh-my-posh updated and from 10:50 to 11:15, the commands don't work anymore
Also stuck in this place. Is there a solution?
The 'customize prompt" part code can be regarded as an upgrade of "atomic" theme, which means yuou dont need to type all the code but change from the "atomic" theme code
If you get a problem doing user profile, in your console run:
test-path $profile
if it return false
run:
New-Item -Path $profile -Type File -Force
after this you will able to create the user profile file
This works like charm! Thanks mate
it worked : ) tks
humilde
You 're doing a great work Takuya thanks for helping us
After setting up my terminal, you left me no choice.
I said to myself: "I must be subscribed to this guy"
Your videos are really amazing and unique 😍
Appreciate Your efforts for Developing these types of content Nowadays.
Keep it up 👍💪
Sadly oh-my-posh discontinued. But I'm here because I sincerely like the video
Thank you for such a thorough tutorial! I always wanted to have such extended functionality on Windows! Now I have it!! 😀
This is a surprisingly nice way to present this stuff.
It's a professional video. Really enjoyed watching it :) Keep up the good work
Edition is in another level, good work!
can you share how can you set up the background of the fish swimming with raining sound on the destop background ?
TBH, I just watch his videos mostly just for relaxation purposes.
I came to this channel through his last Neovim video, now meditating.
Nice video! Would like a follow up on your neovim in powershell setup (when you’ve set it up) 😊
This is how you make all type of people watch you code. Kudos to you Takuya-san. Makes me want to learn other programming language.
In an effort to grow oh-my-posh, the decision was made to no
longer support the PowerShell module. Over the past year, the
added benefit of the module disappeared, while the burden of
maintaining it increased.
However, this doesn't mean oh-my-posh disappears from your
terminal, it just means that you'll have to use a different
tool to install it.
i get this message when i try to install oh-my-posh
you just need to install it in a different way that's it. It still works. The process is simple just go to their website and check the migration guide
why is this so clean
Another relaxing 😌 session. Thank you so much
Let's chill😌
ちょうど知りたかったことをピンポイントでやってくれてる!
ししかもおしゃれにもしてくれてる✨
有難うございます
Don't know if you still respond to this video, but the app at 11:31 looks like keycastr for Mac and i was wondering how you got it to work on windows?
Hey friend
In an effort to grow oh-my-posh, the decision was made to no
longer support the PowerShell module. Over the past year, the
added benefit of the module disappeared, while the burden of
maintaining it increased.
However, this doesn't mean oh-my-posh disappears from your
terminal, it just means that you'll have to use a different
tool to install it.
All you need to do, is follow the migration guide here:
I need some help. I'm getting
" The term
| 'C:\Users\paras\.config\powershell\user_profile.ps1' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."
at 10:06 on every new terminal tab i open. Any help would be appreciated.
Make sure the PowerShell folder is created at ( C:\Users\$USER\Documents\PowerShell ).
@@Jackbeti thank you for your response. I eventually figured it out a little later 😅
めっちゃ参考になりました!감사합니다. 👍🏻
Thanks to the author for such helpful content. By the way, background video with rainy weather is perfect 👍👍👍.
Its like asmr..... please this type of setup videos, web projects,react js etc etc......Very good quality video btw.
Wow I just setup my windows 10 and WSL system up and you post a guide the day after. 😆
Thanks so much for these videos. The Channel reminds me a lot of Ryoya Takashima and his Channel Peaceful Cuisine.
His work is great inspiration!
pls pls make a complete neovim tutorial for windows 11 complete with keybindings
you're really good, i wanna switch from vscode so bad after watching this (TT)
Can anybody please explain how he got the symbol for the trailing diamond at around 13:55
Thank you very much for sharing this with us! Hello from France!
Incredibly relaxing and very well-done video!
Would be awesome to see your full PC directory structure one day
still using this video everytime I set up a new workstation.
When I get to $env:USERPROFILE part I am getting can't open file for writing: no such file or directory, even though I followed the tutorial exactly and did not misspell anything, any thoughts?
Great video Takuya san. Keep up the great work 🚀
10:03 I can't do that giving me error
function \.config\powershell\user_profile.ps1
Unexpected token '\.config\powershell\user_profile.ps1' in expression or statement.PowerShell
idk pls help
You need to wrap that line of code inside double quote
11:52 Where can i have that $schema link sir?
Thank you very much for the powershell setup your setup is brilliant 😀
Thanks for another beautiful video!
Great content, as usual. This was very inspiring. Keep it up :)
All your videos are masterpieces.
Hi Takuya where did you find the custom icon for leading diamond at 13:55?
honestly, until today I was 100% sure that PS was a crappy shell for Windows administrators (poor them), but somehow you've made me doubt it for a bit. Not sure if I should thank you or hate you lol. Anyways - thanks for your work, you make coding look esthetic (which is actually should always be)
could you explain to me what happened at 11:14 part? Looks like he run or execute the command or something. I really need your help.
What a style of video. Amazing.
Thanks for this great video. Love your camera work and clean instructions for each step🙏
This Keyboard looks amazing!!
I love your videos, they're just amazing!!
Set-PoshPrompt -Theme Paradox
if you have the next error>
is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
So much going on here! Thank you for sharing!
Your videos are always beautiful
amazing video!
preciate that production
13:55 Hey bro, character leading_diamond , what is it?
copy that character from his .code folder file which is given in the description of the video. :)
im also looking for that :D
╭─\uE0B4
@@mauriciobelduque8217 i figured it out, but when i commented it was deleted why?
This worked for me \uE0B6 The other way was flipped from some reason
I love your videos
may i know where did you get that symbol you used for "leading_diamond" sir ?
Hey Takuya! First of all... thanks for all your amazing vids, mate! 😊👌
I'm having a problem when taking the step 9 "08:50 Make a user profile and set command aliases", giving me an error: "E212: Can't open file for writing: no such file or directory"
I was reading through Internet, but nothing seems to work to solve this. 😥
Could you help me, please? Thank you in advance!
I had the same issue at first and that was because my PowerShell configuration folder was named WindowsPowerShell and not PowerShell. So what you need to do is to make a new directory called "PowerShell" or rename the "WindowsPowerShell" to "PowerShell". Hope that it works.
@@adrianotgonzaya4478 Hi Adrian, thanks for you help. But i've just checked my directory name and it is: "C:\Users\MYUSERNAME\.config\powershell", so if it's what you meant, i don't think it's the same case. 😔😓 I hoped @devaslife could help me, but not sure if he read my comment. :(
Maybe could be because my Windows installation is in spanish? 🤔
I had the same issue, did you fixed it yet?
@@DungTran-gj2td Create a PowerShell folder in your main Document folder. ( C:\Users\$USER\Documents\PowerShell ). That fixed the issue for me.
@@nickm.4274 perfect! thanks, it worked and I guess it will solve everyone's problem.
I hate power shell but I love to watch that video on side while I'm working. Thanks for this video.
You need to show to us how you edit your videos, it's amazing!
Currently at 11:41 and loving it!
Man what did he do to get the oh-my-posh downloaded automatically in a new tab??
Thank you so much fo this video! I have a terminal now I really love and feel confortable with