mislam / dotfiles

Beautify your bash terminal with awesome looking prompt.
40 stars 5 forks source link

Can this be run in WSL Arch Linux? #10

Open EGalahad opened 2 years ago

EGalahad commented 2 years ago

I did as the README.md instructed but it ended up with not prompt message at all I add PS1="[\u@\h \W \A]\$" to my .bashrc file and sourced it but didn't work. Another issue is that the vim I ran give me some weird characters on the control pallette (I don't know what it is called, but it should be clear from the image below, if I was wrong please point me out) image Anyway thx for the awesome files you shared, but I didn't get it working on my WSL and sincerely appreciate any help.

EGalahad commented 2 years ago

I also noticed you set the git diff tool to [difftool "Kaleidoscope"] but the official website of Kaleidoscope said it is charged So do I actually need to comment out these line because I have not purchased this app?

EGalahad commented 2 years ago

Just to confirm, is the powerline-shell.py a file to set the fancy prompt style like that in the README.md file, and it seems that you haven't run it in the install.sh script So should I run python powerline-shell.py to make that happen? but I wonder if I didn't run it how come my prompt message just become nothing?