mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
installers
This commit is contained in:
parent
4730b1341b
commit
3165e4781b
2 changed files with 25 additions and 11 deletions
26
apply.sh
26
apply.sh
|
|
@ -1,31 +1,39 @@
|
||||||
# .Xresources
|
# .Xresources
|
||||||
ln -sv ~/dotfiles/root/.Xresources ~/.Xresources
|
rm ~/.Xresources
|
||||||
|
ln -sv ~/.dotfiles/root/.Xresources ~/.Xresources
|
||||||
|
|
||||||
# .zshrc
|
# .zshrc
|
||||||
rm ~/.zshrc
|
rm ~/.zshrc
|
||||||
ln -sv ~/dotfiles/root/.zshrc ~/.zshrc
|
ln -sv ~/.dotfiles/root/.zshrc ~/.zshrc
|
||||||
|
|
||||||
# .vimrc
|
# .vimrc
|
||||||
rm ~/.vimrc
|
rm ~/.vimrc
|
||||||
ln -sv ~/dotfiles/root/.vimrc ~/.vimrc
|
ln -sv ~/.dotfiles/root/.vimrc ~/.vimrc
|
||||||
|
|
||||||
# i3
|
# i3
|
||||||
mkdir -p ~/.config/i3
|
mkdir -p ~/.config/i3
|
||||||
ln -sv ~/dotfiles/i3/config ~/.config/i3/config
|
rm ~/.config/i3/config
|
||||||
|
ln -sv ~/.dotfiles/i3/config ~/.config/i3/config
|
||||||
|
sudo cp ~/.dotfiles/i3/i3-gaps.desktop /usr/share/xsessions/i3-gaps.desktop
|
||||||
|
|
||||||
# polybar
|
# polybar
|
||||||
mkdir -p ~/.config/polybar
|
mkdir -p ~/.config/polybar
|
||||||
ln -sv ~/dotfiles/polybar/config ~/.config/polybar/config
|
rm ~/.config/polybar/config
|
||||||
|
ln -sv ~/.dotfiles/polybar/config ~/.config/polybar/config
|
||||||
|
|
||||||
# rofi
|
# rofi
|
||||||
mkdir -p ~/.config/rofi
|
mkdir -p ~/.config/rofi
|
||||||
ln -sv ~/dotfiles/rofi/config ~/.config/rofi/config
|
rm ~/.config/rofi/config
|
||||||
ln -sv ~/dotfiles/rofi/paper-float.rasi ~/.config/rofi/paper-float.rasi
|
ln -sv ~/.dotfiles/rofi/config ~/.config/rofi/config
|
||||||
|
rm ~/.config/rofi/paper-float.rasi
|
||||||
|
ln -sv ~/.dotfiles/rofi/paper-float.rasi ~/.config/rofi/paper-float.rasi
|
||||||
|
|
||||||
# oomox
|
# oomox
|
||||||
mkdir -p ~/.config/oomox/colors
|
mkdir -p ~/.config/oomox/colors
|
||||||
ln -sv ~/dotfiles/oomox/colors/gray ~/.config/oomox/colors/gray
|
rm ~/.config/oomox/colors/gray
|
||||||
|
ln -sv ~/.dotfiles/oomox/colors/gray ~/.config/oomox/colors/gray
|
||||||
|
|
||||||
# notifications
|
# notifications
|
||||||
mkdir -p ~/.themes/notifications/xfce-notify-4.0
|
mkdir -p ~/.themes/notifications/xfce-notify-4.0
|
||||||
ln -sv ~/dotfiles/notifications/notifications.css ~/.themes/notifications/xfce-notify-4.0/gtk.css
|
rm ~/.themes/notifications/xfce-notify-4.0/gtk.css
|
||||||
|
ln -sv ~/.dotfiles/notifications/notifications.css ~/.themes/notifications/xfce-notify-4.0/gtk.css
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,15 @@ sudo apt install \
|
||||||
curl \
|
curl \
|
||||||
htop \
|
htop \
|
||||||
gimp \
|
gimp \
|
||||||
node \
|
|
||||||
rofi \
|
rofi \
|
||||||
git \
|
git \
|
||||||
|
i3-gaps-wm \
|
||||||
|
polybar \
|
||||||
|
compton \
|
||||||
|
vlc \
|
||||||
|
vim \
|
||||||
|
ncdu \
|
||||||
|
light \
|
||||||
mc
|
mc
|
||||||
|
|
||||||
sudo update-alternatives --config x-terminal-emulator
|
sudo update-alternatives --config x-terminal-emulator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue