These are my personal dotfiles and my attempt at getting more organized.
Until I get a better method for installing these files, it will largely be:
ln -s ~/Documents/src/<file> ~/.<file>
These are my typical apt packages to get up and running:
sudo apt install apt-transport-https byobu vim build-essential htop python3-pip python-dev python-pip git dnsutils software-properties-common neofetch
# For Desktop Systems
sudo apt install vim-gnome
# For Ubuntu Systems
sudo apt install ubuntu-restricted-addons ubuntu-restricted-extras
Since I like to use Python 3, I need to separate pip3 and pip2.
python3 -m pip install -U --force-reinstall pip
python -m pip install -U --force-reinstall pip
After this, pip == pip2
.
sudo -H pip3 install virtualenvwrapper
sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts
sudo bash -c $'echo "neofetch" >> /etc/profile.d/mymotd.sh && chmod +x /etc/profile.d/mymotd.sh'
- @chriskempson for base16-vim
- @altercation for vim-colors-solarized
- For the number of other GitHub dotfile repos I borrowed from:
- @tpope for numerous useful repos
- @webpro for awesome-dotfiles
- @kdeldycke for dotfiles