Go to file
Shawn Anderson 3b676f8f37
Update README.md
2020-12-22 23:37:18 -08:00
dotfiles Add the fonts locally. Remove omf - still havn't figured out the most elegant solution for making omf reproducible. 2020-12-01 21:18:56 -08:00
popos-gnome Add files via upload 2020-11-24 13:37:05 -08:00
.gitignore Couple fish abbreviations. I stopped symlinking my init.vim to Matt's old one. Cut the chord so to speak. Added some fzf functionallity, GGrep and Work, which greps git files, and fuzzy findz ~/Workspace/ respectively. Other than that, just a couple vim keys and settings, and I modularized my tmux and I am running power tmux now. It's actually awesome. 2020-10-04 18:31:56 -07:00
README.md Update README.md 2020-12-22 23:37:18 -08:00
stow Finally got the structure down for dotfiles with stow. 2020-09-23 02:07:49 -07:00

README.md

Pop-os - Gnome - Tmux - Fish - Vim - FZF - Serious Configuration - Shawn Anderson

These are the dotfiles that I hack on. Can easily be installed to your ~/.config/ by using the gnu stow utility.

To install:

  1. Requirements

    sudo apt install stow xcape fish tmux neovim

    Change default shell to fish
    chsh -s which fish

    Install nvm
    https://github.com/nvm-sh/nvm

    Logout and Login

  2. Clone the repo

    git clone git@github.com:LinuxIsCool/configuration.git

  3. Symlink into ~/.config using stow

    cd configuration
    sh stow

  4. Run fisher to autoload all the fish plugins

    fisher

  5. 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:
    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
    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:
    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.

Aesthetic-wise, I'm currently using the Juno-Ocean Gnome theme, as per recommended by @mattcoding4days, and my vim theme is quantum, as per Matt's recommendation as well.

Installed Extensions