diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 138 |
1 files changed, 73 insertions, 65 deletions
@@ -1,41 +1,39 @@ #!/bin/sh # -- useful packages -#pacman -S wget -#pacman -S python -#pacman -S python2 -#pacman -S python-virtualenv -#pacman -S python2-virtualenv -#pacman -S python-virtualenvwrapper -#pacman -S python-pip -#pacman -S python-colour -#pacman -S python-netifaces -#pacman -S python-dbus -#pacman -S firefox -#pacman -S stow -#pacman -S htop -#pacman -S arandr -#pacman -S firefox -#pacman -S newsboat -#pacman -S mosh -#pacman -S openvpn -#pacman -S exa -#pacman -S colordiff -#pacman -S eog -#pacman -S borg -#pacman -S nmap -#pacman -S evince -#pacman -S ripgrep -#pacman -S thefuck -#pacman -S autojump -#pacman -S fzf -#pacman -S speedtest-cli -#pacman -S tig -#pacman -S redshift -#pacman -S task -#pacman -S pavucontrol -#pacman -S friendly-find -#pacman -S nerd-fonts-complete +#sudo pacman -S wget +#sudo pacman -S python +#sudo pacman -S python2 +#sudo pacman -S python-virtualenv +#sudo pacman -S python2-virtualenv +#sudo pacman -S python-virtualenvwrapper +#sudo pacman -S python-pip +#sudo pacman -S python-colour +#sudo pacman -S python-netifaces +#sudo pacman -S python-dbus +#sudo pacman -S firefox +#sudo pacman -S stow +#sudo pacman -S htop +#sudo pacman -S arandr +#sudo pacman -S firefox +#sudo pacman -S newsboat +#sudo pacman -S mosh +#sudo pacman -S openvpn +#sudo pacman -S exa +#sudo pacman -S colordiff +#sudo pacman -S eog +#sudo pacman -S borg +#sudo pacman -S nmap +#sudo pacman -S evince +#sudo pacman -S ripgrep +#sudo pacman -S thefuck +#sudo pacman -S autojump +#sudo pacman -S fzf +#sudo pacman -S speedtest-cli +#sudo pacman -S tig +#sudo pacman -S redshift +#sudo pacman -S task +#sudo pacman -S pavucontrol # pikaur installation #git clone https://aur.archlinux.org/pikaur.git @@ -44,13 +42,15 @@ #pikaur -S waterfox-bin #pikaur -S grv +#pikaur -S friendly-find +#pikaur -S nerd-fonts-complete #stow scripts # -- extra package # Install support windaube file system -#pacman -S dosfstools +#sudo pacman -S dosfstools #pikaur -S ntfsprogs #pikaur -S thinkfan @@ -59,7 +59,7 @@ # -- package with confs -#pacman -S zsh +#sudo pacman -S zsh #stow zsh ## After zsh installed, install this three plugins : @@ -71,8 +71,8 @@ #chsh -s $(which zsh) -# pikaur -S twmn-git -#stow twmnd +#pikaur -S twmn-git +#stow twmn #systemctl --user enable twmnd.service #sed -i s/absolute_position=1920x25/absolute_position=3840x25/g ~/.config/twmn/twmn.conf #systemctl --user start twmnd.service @@ -81,16 +81,16 @@ #stow nvim -#it clone https://github.com/vundlevim/vundle.vim.git ~/.config/nvim/bundle/Vundle.vim +#git clone https://github.com/vundlevim/vundle.vim.git ~/.config/nvim/bundle/Vundle.vim #nvim +PluginInstall +qall -#pacman -S xinit -#pacman -S xorg -#pacman -S i3-wm +#sudo pacman -S xinit +#sudo pacman -S xorg +#sudo pacman -S i3-wm #pikaur -S i3lock-fancy-multimonitor-git -#pacman -S rofi -#pacman -S python-i3-py +#sudo pacman -S rofi +#sudo pacman -S python-i3-py #stow i3 #stow xinitrc @@ -100,7 +100,7 @@ #stow Xresources -#pacman -S alacritty +#sudo pacman -S alacritty #stow alacritty #install php version management @@ -109,7 +109,7 @@ # -- DHCP and DNS "manual" mode # Local DNS -#pacman -S dnsmasq +#sudo pacman -S dnsmasq #sudo stow -t / dnsmasq #sudo systemctl enable dnsmasq.service @@ -124,10 +124,10 @@ #sudo systemctl enable dhcpcd.service # -- DHCP and DNS "auto" mode -#pacman -S networkmanager +#sudo pacman -S networkmanager #sudo stow -t / networkmanager -#pacman -S syncthing +#sudo pacman -S syncthing #systemctl --user enable syncthing.service #systemctl --user start syncthing.service #Config is here : http://127.0.0.1:8384/ @@ -135,39 +135,47 @@ # Install project manager prm #git clone https://github.com/eivind88/prm.git ~/.prm-bin -#pacman -S pulseaudio +#sudo pacman -S pulseaudio #systemctl --user start pulseaudio.service #systemctl --user enable pulseaudio.service #pikaur -S cheat-git #stow cheat -#pacman -S pass +#sudo pacman -S pass # Export and Import gpg key, this is needed for the next steps +# And don't forget to clone password-store git repo -#pacman -S offlineimap +#pikaur -S rofi-pass + +#sudo pacman -S offlineimap #stow offlineimap +# sync mail +offlineimap + # Install neomutt -#pacman -S neomutt -#pacman -S notmuch -#pacman -S w3m +#sudo pacman -S neomutt +#sudo pacman -S notmuch +#sudo pacman -S w3m #stow notmuch #stow mutt #offlineimap -#notmuch new +notmuch new -#pacman -S msmtp -#stow msmtp +sudo pacman -S msmtp +stow msmtp -#pikaur -S rofi-pass +sudo pacman -S khal +sudo pacman -S vdirsyncer +stow khal +stow vdirsyncer +vdirsyncer discover +vdirsyncer sync + +# --- xdg config -#pacman -S khal -#pacman -S vdirsyncer -#stow khal -#stow vdirsyncer -#vdirsyncer discover -#vdirsyncer sync +#xdg-settings set default-web-browser firefox.desktop |