GithubHelp home page GithubHelp logo

dotfiles's Introduction

Run script.sh or Execute them seperately.

Installing packages

sudo apt install git curl tmux zsh vim-nox bat ncdu ranger neovim python3 python3-pip htop neofetch powerline ifstat nethogs exa

Installing powerline

pip3 install --user git+https://github.com/powerline/powerline

Cloning this repo to Home

git clone https://github.com/noormohammedb/dotfiles.git $HOME/.dotfiles

Cloning ohmyzsh repo

git clone https://github.com/ohmyzsh/ohmyzsh.git $HOME/.oh-my-zsh;

Cloning zsh-autosuggestions repo to plugins

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

Cloning zsh-syntax-highlighting repo to plugins

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

Cloning powerlevel10k repo to themes

git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k;
ln -s $HOME/.dotfiles/.zshrc $HOME/
ln -s $HOME/.dotfiles/.tmux.conf $HOME/;
ln -s $HOME/.dotfiles/.vimrc $HOME/;
ln -s $HOME/.dotfiles/.p10k.conf $HOME/;
ln -s $HOME/.dotfiles/config $HOME/.ssh/;
ln -s $HOME/.dotfiles/default.json $HOME/.local/lib/python3.10/site-packages/powerline/config_files/themes/tmux/default.json;

tmux

mkdir ~/.config/tmux/
git clone https://github.com/tmux-plugins/tmux-yank ~/.config/tmux/tmux-yank

neovim config

mkdir -p ~/.config/nvim/
ln -s $HOME/.dotfiles/neovim.init.vim $HOME/.config/nvim/init.vim

#######

chsh -s /bin/zsh $USER
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
sudo ln -s $(which batcat) /usr/bin/bat

dotfiles's People

Contributors

noormohammedb avatar yashensha avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

yashensha

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.