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
.bashrc
mv .bashrc .bashrc.bak
We will want a tool for converting Windows endings to Unix endings for our new
.bashrc
sudo apt-get install dos2unix
download the new
.bashrc
curl -R "https://raw.githubusercontent.com/flatiron-school/dotfiles/master/.bashrc-windows" >> $HOME/.bashrc
We'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:
Posts (Atom)