fixed by fully updating windows to the 21h2 update
Tuesday, December 21, 2021
Sunday, December 19, 2021
Migrate old backups of DS4Windows Profiles
files are stored in C:\Users\[username]\AppData\Roaming\DS4Windows\Profiles
Just copy over the old profiles, and delete the newest "default" profile.
Adding A Flatiron Customization To Your Terminal in VSCode
Adding A Flatiron Customization To Your Terminal
Start out by making a backup for your
.bashrcmv .bashrc .bashrc.bakWe will want a tool for converting Windows endings to Unix endings for our new
.bashrcsudo apt-get install dos2unixdownload the new
.bashrccurl -R "https://raw.githubusercontent.com/flatiron-school/dotfiles/master/.bashrc-windows" >> $HOME/.bashrcWe'll use our converter to convert our bashrc to use the right unix endings:
dos2unix .bashrc
If you get error, try completely closing VSCODE and reopening, and it should be a customized terminal now.
Subscribe to:
Comments (Atom)