GithubHelp home page GithubHelp logo

dotfiles's Introduction

dotfiles

configured with dotbot

installs tmux plugin manager and zprezto

recommended font for kitty, rofi, and regolith setings is jetbrains mono nerdfont

quick reminder on nerdfonts install

some packages/programs you may want to install

  • nvm
  • direnv
  • rbenv
  • rofi
  • rofimoji
  • greenclip (see below)
  • fasd
  • dunst
  • fzf
  • tmux
  • neovim
  • ranger
  • figlet (for clock)
  • thefuck

can easily commit changes with commdots 'message' and updots to sync with repo (aliased in .zshrc)

greenclip ppa

curl -s --compressed "https://glyphpoch.github.io/ppa/KEY.gpg" > KEY.gpg
gpg --no-default-keyring --keyring ./temp-keyring.gpg --import KEY.gpg
gpg --no-default-keyring --keyring ./temp-keyring.gpg --export --output greenclip-ppa.gpg
rm temp-keyring.gpg
rm KEY.gpg
sudo mkdir /usr/local/share/keyrings
sudo cp greenclip-ppa.gpg /usr/local/share/keyrings/
sudo curl -s --compressed -o /etc/apt/sources.list.d/glyphpoch_ppa.list "https://glyphpoch.github.io/ppa/glyphpoch_ppa.list"
sudo echo "deb [signed-by=/usr/local/share/keyrings/glyphoch-ppa.gpg] https://glyphpoch.github.io/ppa ./" >> /etc/apt/sources.list.d/glyphoch_ppa.list
sudo apt update && sudo apt install greenclip

rustup

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

install jetbrains mono nerdfont

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/install_manual.sh)"

to add kitty terminfo to new ssh machine

cd /tmp
wget https://raw.githubusercontent.com/revarcline/dotfiles/main/kittyinfo
tic -x -o ~/.terminfo kittyinfo
cd -

as root for whole system

cd /tmp
wget https://raw.githubusercontent.com/revarcline/dotfiles/main/kittyinfo
sudo tic -x -o /usr/share/terminfo kittyinfo
cd -

dotfiles's People

Contributors

revarcline avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.