mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
fix initial setup
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
su
|
||||
mv ~/.config/basic_setup/sources.list /etc/apt/sources.list
|
||||
apt update
|
||||
apt upgrade --asume-yes
|
||||
cat ../other/package_list_desktop_essential.txt | while read line
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
mkdir -p ~/.ssh/
|
||||
ln -s ~/.config/vim/rc ~/.vimrc
|
||||
ln -s ~/.config/zshrc ~/.zshrc
|
||||
ln -s ~/.config/xconf/Xressources ~/.Xressources
|
||||
ln -s ~/.config/xconf/.xsessionsrc ~/.xinitrc
|
||||
ln -s ~/.config/xconf/Xresources ~/.Xresources
|
||||
ln -s ~/.config/xconf/.xinitrc ~/.xinitrc
|
||||
ln -s ~/.config/ssh/config ~/.ssh/config
|
||||
mkdir -p ~/.zsh
|
||||
|
||||
Reference in New Issue
Block a user