change ohmyzsh git remote
This commit is contained in:
parent
ef61efc870
commit
3cfa165b0a
1 changed files with 1 additions and 1 deletions
2
entry.sh
2
entry.sh
|
@ -178,7 +178,7 @@ function second_stage(){
|
||||||
apt install -y git wget materia-gtk-theme htop nmap arandr timeshift gparted
|
apt install -y git wget materia-gtk-theme htop nmap arandr timeshift gparted
|
||||||
apt install -y virt-manager telegram-desktop chromium firefox thunderbird geany vlc pidgin gimp inkscape meld kicad blender freecad remmina gmpc
|
apt install -y virt-manager telegram-desktop chromium firefox thunderbird geany vlc pidgin gimp inkscape meld kicad blender freecad remmina gmpc
|
||||||
btrfs subvolume snapshot / /snap/$(date +%Y-%m-%d_big_tools)
|
btrfs subvolume snapshot / /snap/$(date +%Y-%m-%d_big_tools)
|
||||||
git clone git://github.com/robbyrussell/oh-my-zsh.git $HOME/.oh-my-zsh
|
git clone https://github.com/robbyrussell/oh-my-zsh.git $HOME/.oh-my-zsh
|
||||||
chmod 0755 $HOME/.oh-my-zsh
|
chmod 0755 $HOME/.oh-my-zsh
|
||||||
chown -R jedi:jedi $HOME
|
chown -R jedi:jedi $HOME
|
||||||
chsh --shell /usr/bin/zsh jedi
|
chsh --shell /usr/bin/zsh jedi
|
||||||
|
|
Loading…
Reference in a new issue