Code Monkey home page Code Monkey logo

dot's Introduction

dot

Applications, CLI's, configs, themes, fonts and other settings for Linux and macOS.

๐Ÿ“‹ Table of Contents

๐Ÿ’ป Terminal

Install Termius as default terminal:

wget https://www.termius.com/download/linux/Termius.deb ~/Downloads/termius.deb \
  && sudo apt install ~/Downloads/termius.deb \
  && rm ~/Downloads/termius.deb

Setup ZSH, Oh My Zsh & Starship:

sudo apt install curl
sudo apt install
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
chsh -s $(which zsh)
sh -c "$(curl -fsSL https://starship.rs/install.sh)" -- --yes

Remove default .zshrc and copy the our .zshrc file to the home directory:

rm ~/.zshrc
cp .zshrc ~/
cp .bash_aliases ~/

Copy starship.toml to the config directory:

cp starship.toml ~/.config/

Now, install plugins for Oh My Zsh:

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

Install asdf for managing multiple runtime versions:

git clone https://github.com/asdf-vm/asdf.git ~/.asdf

Install asdf plugins:

asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
asdf install nodejs latest
asdf global nodejs latest
asdf local nodejs latest

๐Ÿ”ฅ Applications

Various applications for Linux and macOS.

Linux

Visual Studio Code:

wget https://code.visualstudio.com/sha/download?build=stable&os=linux-deb-x64 -O vscode.deb
sudo apt install ./vscode.deb \
rm ./vscode.deb

Copy the settings and keybindings to the user directory:

sudo cp -r vscode/* ~./config//Code/User

termius

wget https://www.termius.com/download/linux/Termius.deb -O termius.deb

sudo apt-get install ./termius.deb -y

rm termius.deb

Git

sudo apt-get install git

xclip

sudo apt-get install xclip

chrome

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O chrome.deb

sudo apt-get install ./chrome.deb -y

rm chrome.deb

sudo apt-get remove firefox

macOS

Under construction...

๐Ÿ“Ÿ CLI's

Various CLI's for Linux and macOS.

Lazy Docker

curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh 

๐Ÿ‘ป Gnome & Ubuntu

Some customizations for Gnome and Ubuntu.

Fuse to run App Image

sudo apt-get install -y libfuse2

Tweaks

Install Gnome Tweaks:

sudo apt install gnome-tweaks

Extensions

Install Gnome Shell Extensions:

sudo apt install gnome-shell-extensions

Ubuntu Extras

Media codecs:

sudo apt install ubuntu-restricted-extras

Fonts

Install custom fonts and update cache:

sudo cp -r fonts/* /usr/share/fonts/

and reload cache fc-cache -f -v

dot's People

Contributors

coodyme avatar

Watchers

 avatar  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.