Merge branch 'master' of github.com:TuDatTr/dotfiles

clean_emacs
TuDatTr 2018-01-06 22:05:05 +01:00
commit d9afe2763b
No known key found for this signature in database
GPG Key ID: 6B2AC5D2CAECE06A
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# dotfiles ┐【 ̄~ ̄】┌ # dotfiles ┐【 ̄~ ̄】┌
These are my personal dotfiles. These are my personal dotfiles.
I'm using: I'm using:
* [Manjaro i3](https://manjaro.org/2017/03/07/manjaro-i3-community-edition-17-0-released/) * [Manjaro i3](https://manjaro.org/2017/03/07/manjaro-i3-community-edition-17-0-released/)
@ -75,7 +75,7 @@ sudo ln -s ~/Downloads/Nextcloud-2.3.3-x86_64.AppImage /usr/bin/nextcloud
``` ```
git clone https://github.com/TuDatTr/dotfiles git clone https://github.com/TuDatTr/dotfiles
cp -r ./dotfiles . cp -r ./dotfiles .
rm -rf .i3/ rm -rf ~/.i3/
sudo ln -s ~/.scripts/pipes.sh /usr/local/bin/pipes sudo ln -s ~/.scripts/pipes.sh /usr/local/bin/pipes
``` ```