mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-05-12 00:04:35 +02:00
Compare commits
No commits in common. "e6e9958ef4e8c3dec512adb40d236a0420c5dcf5" and "101b00c4fd0e50c58e4164f9f5d1deb17fd6441f" have entirely different histories.
e6e9958ef4
...
101b00c4fd
@ -98,7 +98,6 @@ function install_config {
|
||||
ln -sf "$PWD"/config/nano/.nanorc ~/.nanorc
|
||||
ln -sf "$PWD"/bash/.powerline-shell.json ~/.powerline-shell.json
|
||||
ln -sf "$PWD"/config/gtk-3.0/settings.ini ~/.gtkrc-2.0.mine
|
||||
mkdir -p "$HOME/.config/gtk-3.0"
|
||||
ln -sf "$PWD"/config/gtk-3.0/settings.ini ~/.config/gtk-3.0/settings.ini
|
||||
ln -sf "$PWD"/config/mimeapps.list ~/.config/mimeapps.list
|
||||
ln -sf "$PWD"/config/greenclip.toml ~/.config/greenclip.toml
|
||||
@ -126,7 +125,6 @@ function install_config {
|
||||
echo "" >~/.variables
|
||||
|
||||
# files to be copied once
|
||||
mkdir -p "$HOME/.config/Code/User"
|
||||
cp "$PWD"/config/code/syncLocalSettings.json ~/.config/Code/User/
|
||||
|
||||
# system fixes
|
||||
@ -141,7 +139,7 @@ function install_dependencies {
|
||||
fileToList dependencies/pacman.txt | xargs sudo pacman --noconfirm -S
|
||||
|
||||
install_trizen
|
||||
fileToList dependencies/aur.txt | xargs trizen -S --noconfirm
|
||||
fileToList dependencies/aur.txt | xargs trizen --force -S --noconfirm
|
||||
|
||||
fileToList dependencies/pip.txt | xargs sudo pip install
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user