This project is where I keep all of my config and al of my installations so I can have my setup from anywhere and have a safe one.
Each software and tools have its own part in this README as an explanation of what to do.
4 chan wallpaper general catalog
Save of bashrc in case I destroy mine by "accident"
Personal save of my zsh config file
To install configurationn do:
Replace your ~/.zshrc by the zshrc file present in this repo.
Then run:
sudo apt install fonts-powerline
cd ~/.oh-my-zsh/themes
In agnoster.zsh-theme, comment line prompt_context
in build_prompt()
Then run:
cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/zsh-users/zsh-syntax-highlighting
source ~/.zshrc
sudo apt install vim
sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator
Go to the releases and download the latest deb file. Install it.
wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add -
# add Typora's repository
sudo add-apt-repository 'deb https://typora.io/linux ./'
sudo apt-get update
# install typora
sudo apt-get install typora
Install the GPG key:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
Ensure apt is set up to work with https sources:
sudo apt-get install apt-transport-https
Stable version channel:
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
Update apt sources and install Sublime Text
sudo apt-get update
sudo apt-get install sublime-text
snap install spotify
curl -s https://updates.signal.org/desktop/apt/keys.asc | sudo apt-key add -
echo "deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main" | sudo tee -a /etc/apt/sources.list.d/signal-xenial.list
sudo apt update && sudo apt install signal-desktop
Go to the releases and download the latest deb file. Install it.
sudo snap install bitwarden
Community Plex Media Player to download as AppImage from here