GithubHelp home page GithubHelp logo

dotfiles's Introduction

Important

IF you are installing on a new system install you may have some of these files created!!

These files include:

  • .config
  • .oh-my-zsh
  • fish
  • warp-terminal
  • zshrc

FIRST CHECK THERE IS NOT A FILE OR FOLDER IN YOUR HOME DIRECTORY THAT WILL CONFLICT WITH A FILE IN THIS REPOSTITORY

cd ~
ls -al 

Good return

total 24
drwx------ 2 johndoe johndoe 4096 Apr 12 22:19 .
drwxr-xr-x 3 root     root     4096 Mar 15 15:09 ..
-rw------- 1 johndoe johndoe   60 Apr 12 22:19 .bash_history
-rw-r--r-- 1 johndoe johndoe  220 Mar 15 15:00 .bash_logout
-rw-r--r-- 1 johndoe johndoe 3523 Mar 15 15:00 .bashrc
-rw-r--r-- 1 johndoe johndoe  807 Mar 15 15:00 .profile
-rw-r--r-- 1 johndoe johndoe    0 Apr 12 20:13 .sudo_as_admin_successful

Bad return

drwxr-x--- 10 johndoe johndoe     4096 Apr 12 17:42 .
drwxr-xr-x  3 root     root         4096 Mar  1 17:12 ..
-rw-------  1 johndoe johndoe      121 Mar  1 17:17 .bash_history
-rw-r--r--  1 johndoe johndoe      220 Mar  1 17:12 .bash_logout
-rw-r--r--  1 johndoe johndoe     3771 Mar  1 17:12 .bashrc
drwx------  5 johndoe johndoe     4096 Mar 25 10:44 .cache
lrwxrwxrwx  1 johndoe johndoe       23 Mar 15 14:52 .config
-rw-r--r--  1 johndoe johndoe       58 Mar  1 17:42 .gitconfig
-rw-------  1 johndoe johndoe       20 Mar 15 15:31 .lesshst
drwxr-xr-x  6 johndoe johndoe     4096 Mar 15 18:50 .local
-rw-r--r--  1 johndoe johndoe        0 Mar  1 17:12 .motd_shown
-rw-r--r--  1 johndoe johndoe      807 Mar  1 17:12 .profile
-rw-r--r--  1 johndoe johndoe       10 Mar  1 17:12 .shell.pre-oh-my-zsh
drwx------  2 johndoe johndoe     4096 Apr 12 12:43 .ssh
-rw-r--r--  1 johndoe johndoe        0 Mar  1 17:12 .sudo_as_admin_successful
-rw-------  1 johndoe johndoe    13656 Apr 12 17:42 .zsh_history
lrwxrwxrwx  1 johndoe johndoe       19 Mar 15 14:50 .zshrc
lrwxrwxrwx  1 johndoe johndoe       22 Mar  1 17:35 warp-terminal

When setting up a new system, I've been checking for these files and creating a backup like so:

mv -r .config .config.bak
mv -r zshrc zshrc.bak

This creates a backup of the default files created by your distro incase something does not work or you need to move them into the stow configuration at a later point.

Stow Configuration

Clone this repository and change the directory to dotfiles

git clone https://github.com/venengaandrew/dotfiles.git
cd dotfiles

If there is no files conflicting in your home directory, running this command will copy stow all configs into /home/$username

stow .

If everything is successful, stow will not have any output.

dotfiles's People

Contributors

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