Merge branch 'master' of github.com:LinuxIsCool/configuration

This commit is contained in:
Shawn Anderson 2020-12-23 00:12:41 -08:00
commit 6b10ee4fa5
1 changed files with 19 additions and 5 deletions

View File

@ -8,7 +8,7 @@ These are the dotfiles that I hack on. Can easily be installed to your ~/.config
To install:
1. Requirements
sudo apt install stow xcape fish tmux neovim
sudo apt install stow xcape fish tmux neovim jq
Change default shell to fish
chsh -s `which fish`
@ -27,23 +27,37 @@ To install:
cd configuration
sh stow
Install virtualfish
4. Run fisher to autoload all the fish plugins
fisher
4. Optional Upgrades
Run the essentials script for faster repeat key and remapping caps lock:
essentials
Install virtualfish:
pip3 install virtualfish
vf install
Install Tmux plugin manager
Install Tmux plugin manager:
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
tmux -> prefix + I
Install Nerd Hack Regular: https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/Hack/Regular/complete/Hack%20Regular%20Nerd%20Font%20Complete.ttf
Install Nerd Hack Regular:
https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/Hack/Regular/complete/Hack%20Regular%20Nerd%20Font%20Complete.ttf
Terminal -> Preferences -> Text -> Font -> Hack Nerd Regular
Add week numbers to calendar:
gsettings set org.gnome.desktop.calendar show-weekdate true
Add Weekday to panel date
Add Weekday to panel date:
gsettings set org.gnome.desktop.interface clock-show-weekday true
Install Autojump:
https://github.com/wting/autojump
# Popos-Gnome
In addition to the script-based configuration, I'll do my best to track and document my debian-gnome-popos settings, to make them as reproducable as possible.