Removed .desktop codium
This commit is contained in:
parent
7be7fcadf9
commit
286c572735
1 changed files with 11 additions and 9 deletions
20
README.md
20
README.md
|
@ -249,18 +249,20 @@ then logout
|
||||||
|
|
||||||
# cd $CD
|
# cd $CD
|
||||||
# cp settings.json ~/.var/app/com.vscodium.codium/config/VSCodium/User/
|
# cp settings.json ~/.var/app/com.vscodium.codium/config/VSCodium/User/
|
||||||
sudo ln -s /home/matt/bin/host-spawn /var/lib/flatpak/app/com.vscodium.codium/current/**/files/bin/git-lfs
|
# sudo ln -s /home/matt/bin/host-spawn /var/lib/flatpak/app/com.vscodium.codium/current/**/files/bin/git-lfs
|
||||||
|
|
||||||
|
# sudo mv /var/lib/flatpak/app/com.vscodium.codium/current/active/export/share/applications/com.vscodium.codium.desktop{,.bak}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Finally, install dotfiles
|
## Finally, install dotfiles
|
||||||
```
|
```
|
||||||
mkdir ~/git && cd ~/git
|
# mkdir ~/git && cd ~/git
|
||||||
git clone git@git.nelim.org:matt1432/dotfiles.git
|
# git clone git@git.nelim.org:matt1432/dotfiles.git
|
||||||
cd dotfiles
|
# cd dotfiles
|
||||||
sudo bash setup.sh
|
# sudo bash setup.sh
|
||||||
sudo chown matt:matt /home/matt/.env
|
# sudo chown matt:matt /home/matt/.env
|
||||||
sed -i 's/USER=""/USER="matt"/'
|
# sed -i 's/USER=""/USER="matt"/'
|
||||||
sudo bash fzf.sh /usr/share/fzf
|
# sudo bash fzf.sh /usr/share/fzf
|
||||||
```
|
```
|
||||||
|
|
||||||
TODO: remove flatpak vscodium .desktop and make sed commands for mkinitcpio
|
TODO: make sed commands for mkinitcpio
|
Loading…
Reference in a new issue