Inital Commit

This commit is contained in:
Uttarayan Mondal
2021-01-26 18:43:08 +05:30
commit d9edc1a714
315 changed files with 4720 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
tmux new-session -d -s 'assembly' -n 'neovim' -c ~/Projects/assembly
tmux new-window -t assembly -n shell -c ~/Projects/assembly
tmux select-window -t assembly:0

3
config/tmux/sessions/c Executable file
View File

@@ -0,0 +1,3 @@
tmux new-session -d -s 'c' -n 'neovim' -c ~/Projects/c
tmux new-window -t c -n shell
tmux select-window -t c:0

6
config/tmux/sessions/default Executable file
View File

@@ -0,0 +1,6 @@
tmux new-session -d -s 'default' -n 'neovim'
tmux new-window -t default -n 'shell'
#tmux split-window -t default:1.0 -h*/
#tmux split-window -t default:1.1 */
#tmux resize-pane -t default:1.2 -x 60 -y 20*/
tmux select-window -t default:0

3
config/tmux/sessions/python Executable file
View File

@@ -0,0 +1,3 @@
tmux new-session -d -s 'python' -n 'neovim' -c ~/Projects/python
tmux new-window -t python -n shell -c ~/Projects/python
tmux select-window -t python:0

3
config/tmux/sessions/rust Executable file
View File

@@ -0,0 +1,3 @@
tmux new-session -d -s 'rust' -n 'neovim' -c ~/Projects/rust
tmux new-window -t rust -n shell -c ~/Projects/rust
tmux select-window -t rust:0

3
config/tmux/sessions/teddit Executable file
View File

@@ -0,0 +1,3 @@
tmux new-session -d -s 'teddit' -n 'neovim' -c ~/Projects/rust/teddit
tmux new-window -t teddit -n shell -c ~/Projects/rust/teddit
tmux select-window -t teddit:0

3
config/tmux/sessions/test Executable file
View File

@@ -0,0 +1,3 @@
tmux new-session -d -s 'test' -n 'neovim' -c ~/Projects/test
tmux new-window -t test -n shell
tmux select-window -t test:0