Fixing bug
This commit is contained in:
parent
36fa70d519
commit
8b363d59ca
@ -3,5 +3,5 @@ git clone git@gitlab.xlim.fr:araison/dotfiles.git $HOME/dotfiles
|
|||||||
|
|
||||||
for conf in $(ls $HOME/dotfiles/)
|
for conf in $(ls $HOME/dotfiles/)
|
||||||
do
|
do
|
||||||
stow ${conf}
|
stow $HOME/dotfiles/${conf}
|
||||||
done
|
done
|
||||||
|
@ -4,4 +4,3 @@ chmod u+x nvim.appimage
|
|||||||
./squashfs-root/AppRun --version
|
./squashfs-root/AppRun --version
|
||||||
sudo mv squashfs-root /
|
sudo mv squashfs-root /
|
||||||
sudo ln -s /squashfs-root/AppRun /usr/bin/nvim
|
sudo ln -s /squashfs-root/AppRun /usr/bin/nvim
|
||||||
nvim
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/install.sh | sudo bash
|
wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/install.sh | sudo bash
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install zotero
|
sudo apt install -y zotero
|
||||||
|
@ -13,12 +13,12 @@ function install {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
apt_packages=( "curl" "exfat-utils" "git" "htop" "tmux" "gimp" "inkscape" "texlive-full" "stow" "vlc" "blender" "gparted" "docker.io" "docker-compose" "python3-pip" "wget" "tree" "universal-ctags" "zathura")
|
apt_packages=( "curl" "git" "htop" "tmux" "gimp" "inkscape" "texlive-full" "stow" "vlc" "blender" "gparted" "docker.io" "docker-compose" "python3-pip" "wget" "tree" "universal-ctags" "zathura")
|
||||||
apt_packages=( "curl" "exfat-utils" "git" "htop" "tmux" "gimp" "inkscape" "stow" "vlc" "blender" "gparted" "docker.io" "docker-compose" "python3-pip" "wget" "tree" "universal-ctags" "zathura")
|
apt_packages=( "curl" "git" "htop" "tmux" "gimp" "inkscape" "stow" "vlc" "blender" "gparted" "docker.io" "docker-compose" "python3-pip" "wget" "tree" "universal-ctags" "zathura")
|
||||||
|
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
|
||||||
for package in "${apt_packages}$"
|
for package in "${apt_packages}"
|
||||||
do
|
do
|
||||||
install ${package}
|
install ${package}
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user